This commit is contained in:
Matt Bell 2018-05-14 16:03:03 -07:00
parent 975668a314
commit efd1a3ac44

View File

@ -152,7 +152,7 @@ func (msg StdSignMsg) Bytes() []byte {
//__________________________________________________________
// TxDeocder unmarshals transaction bytes
// TxDecoder unmarshals transaction bytes
type TxDecoder func(txBytes []byte) (Tx, Error)
//__________________________________________________________