From efd1a3ac44f09dcc8e8622951080948424efebac Mon Sep 17 00:00:00 2001 From: Matt Bell Date: Mon, 14 May 2018 16:03:03 -0700 Subject: [PATCH] Typo fix --- types/tx_msg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/tx_msg.go b/types/tx_msg.go index e17d152a5f20..9e9a369ffbec 100644 --- a/types/tx_msg.go +++ b/types/tx_msg.go @@ -152,7 +152,7 @@ func (msg StdSignMsg) Bytes() []byte { //__________________________________________________________ -// TxDeocder unmarshals transaction bytes +// TxDecoder unmarshals transaction bytes type TxDecoder func(txBytes []byte) (Tx, Error) //__________________________________________________________