Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mappum committed May 25, 2018
1 parent 975668a commit efd1a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/tx_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (msg StdSignMsg) Bytes() []byte {

//__________________________________________________________

// TxDeocder unmarshals transaction bytes
// TxDecoder unmarshals transaction bytes
type TxDecoder func(txBytes []byte) (Tx, Error)

//__________________________________________________________
Expand Down

0 comments on commit efd1a3a

Please sign in to comment.