Skip to content

Commit

Permalink
Update x/genutil/collect.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
zenzenless and coderabbitai[bot] authored Aug 14, 2024
1 parent 75b339c commit da536a7
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 @@ -134,6 +134,6 @@ func CollectTxs(txJSONDecoder sdk.TxDecoder, moniker, genTxsDir string,
}

// MsgWithMoniker must have GetMoniker() method to use CollectTx
type MsgWithMoniker interface {
type msgWithMoniker interface {
GetMoniker() string
}

0 comments on commit da536a7

Please sign in to comment.