Skip to content

Commit

Permalink
wire-mix: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Nov 21, 2023
1 parent ec8885f commit 6dd9ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire/msgmixrs.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (msg *MsgMixRS) GetRun() uint32 {
return msg.Run
}

// NewMsgMixRS returns a new mixke message that conforms to the Message
// NewMsgMixRS returns a new mixrs message that conforms to the Message
// interface using the passed parameters and defaults for the remaining fields.
func NewMsgMixRS(identity [33]byte, sid [32]byte, expiry int64, run uint32,
seed [32]byte, srMsgs [][]byte, dcMsgs [][]byte) *MsgMixRS {
Expand Down

0 comments on commit 6dd9ce6

Please sign in to comment.