diff --git a/types/tx_msg.go b/types/tx_msg.go index e17d152a5f..9e9a369ffb 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) //__________________________________________________________