Skip to content

Commit

Permalink
feat: Remove RandomizedParams from the AppModuleSimulation interf…
Browse files Browse the repository at this point in the history
…ace (cosmos#12846)

* remove RandomizedParams from AppModuleSimulation interface

* add changelog

* add upgrading doc

* nit fix

Co-authored-by: Marko <[email protected]>
  • Loading branch information
likhita-809 and tac0turtle authored Aug 10, 2022
1 parent 9a5d867 commit ebf1292
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ func SimulationOperations(app App, cdc codec.JSONCodec, config simtypes.Config)
}
}

simState.ParamChanges = app.SimulationManager().GenerateParamChanges(config.Seed)
simState.Contents = app.SimulationManager().GetProposalContents(simState)
return app.SimulationManager().WeightedOperations(simState)
}
Expand Down

0 comments on commit ebf1292

Please sign in to comment.