Skip to content

Commit

Permalink
Fix typo in sim genesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Witkowski committed Oct 31, 2023
1 parent e2d0375 commit 2b35fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ibcratelimit/simulation/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ func RandomizedGenState(simState *module.SimulationState) {
if err != nil {
panic(err)
}
fmt.Printf("Selected randomly generated ibchooks parameters:\n%s\n", bz)
fmt.Printf("Selected randomly generated ibcratelimit parameters:\n%s\n", bz)
simState.GenState[ibcratelimit.ModuleName] = simState.Cdc.MustMarshalJSON(genesis)
}

0 comments on commit 2b35fc4

Please sign in to comment.