Skip to content

Commit

Permalink
Merge branch 'main' into availableport
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Aug 30, 2023
2 parents 3a5cb7d + 47c5edf commit 028b6e5
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 028b6e5

Please sign in to comment.