Skip to content

Commit

Permalink
fixed: MsgWithMoniker rename msgWithMoniker
Browse files Browse the repository at this point in the history
  • Loading branch information
zenzenless committed Aug 14, 2024
1 parent da536a7 commit a58560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/genutil/collect.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func CollectTxs(txJSONDecoder sdk.TxDecoder, moniker, genTxsDir string,
// genesis transactions must be single-message
msgs := genTx.GetMsgs()

msg := msgs[0].(MsgWithMoniker)
msg := msgs[0].(msgWithMoniker)

// exclude itself from persistent peers
if msg.GetMoniker() != moniker {
Expand Down

0 comments on commit a58560b

Please sign in to comment.