Skip to content

Commit

Permalink
add punctuation
Browse files Browse the repository at this point in the history
Co-authored-by: Ismail Khoffi <Ismail.Khoffi@gmail.com>
  • Loading branch information
evan-forbes and liamsi committed Oct 7, 2021
1 parent 9f6fb72 commit 2151668
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 @@ -18,7 +18,7 @@ var _ sdk.Msg = &MsgWirePayForMessage{}
// NewWirePayForMessage creates a new MsgWirePayForMessage by using the
// namespace and message to generate share commitments for the provided square sizes
// Note that the share commitments generated still need to be signed using the SignShareCommitments
// method
// method.
func NewWirePayForMessage(namespace, message []byte, sizes ...uint64) (*MsgWirePayForMessage, error) {
message = padMessage(message)
out := &MsgWirePayForMessage{
Expand Down

0 comments on commit 2151668

Please sign in to comment.