Skip to content

Commit

Permalink
please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Aug 8, 2023
1 parent be7d77b commit 02baad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire/msgmixcm.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (msg *MsgMixCM) writeMessageNoSignature(op string, w io.Writer, pver uint32
}

if msg.Mix == nil {
msg := fmt.Sprintf("nil mix transaction")
msg := "nil mix transaction"
return messageError(op, ErrInvalidMsg, msg)
}
err = msg.Mix.BtcEncode(w, pver)
Expand Down

0 comments on commit 02baad9

Please sign in to comment.