Skip to content

Commit

Permalink
chore: fix v0.27.1 migration docs (#3628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeronimoalbi committed Aug 28, 2023
1 parent 6cb985b commit 47c5edf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/06-migration/v0.27.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ func BenchmarkSimulation(b *testing.B) {
bApp.SimulationManager(),
app.NewDefaultGenesisState(bApp.AppCodec()),
),
simulationtypes.RandomAccounts,
simtestutil.SimulationOperations(bApp, bApp.AppCodec(), config),
bApp.ModuleAccountAddrs(),
config,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ func BenchmarkSimulation(b *testing.B) {
bApp.SimulationManager(),
app.NewDefaultGenesisState(bApp.AppCodec()),
),
simulationtypes.RandomAccounts,
simtestutil.SimulationOperations(bApp, bApp.AppCodec(), config),
bApp.ModuleAccountAddrs(),
config,
Expand Down

0 comments on commit 47c5edf

Please sign in to comment.