This commit is contained in:
Matt Bell
2018-05-25 09:32:12 +09:00
parent 975668a314
commit efd1a3ac44
+1 -1
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)
//__________________________________________________________