Skip to content

Commit

Permalink
improved docs
Browse files Browse the repository at this point in the history
Co-authored-by: Ismail Khoffi <[email protected]>
  • Loading branch information
evan-forbes and liamsi authored Oct 6, 2021
1 parent 61bd748 commit 9f6fb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/payment/types/wirepayformessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (msg *MsgWirePayForMessage) createPayForMessageSignature(signer *KeyringSig
}

// unsignedPayForMessage use the data in the MsgWirePayForMessage
// to create a new MsgPayForMessage
// to create a new MsgPayForMessage.
func (msg *MsgWirePayForMessage) unsignedPayForMessage(k uint64) (*MsgPayForMessage, error) {
// create the commitment using the padded message
commit, err := CreateCommitment(k, msg.MessageNameSpaceId, msg.Message)
Expand Down

0 comments on commit 9f6fb72

Please sign in to comment.