Skip to content

Commit

Permalink
Fix reference to bank blocked addrs in simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Aug 5, 2024
1 parent 20345bd commit 46dbb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/provider/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func TestFullAppSimulation(t *testing.T) {
simtestutil.AppStateFn(encoding.Codec, app.SimulationManager(), genesisState),
simtypes.RandomAccounts, // Replace with own random account function if using keys other than secp256k1
simtestutil.SimulationOperations(app, app.AppCodec(), config),
providerapp.BankBlockedAddrs(app),
providerapp.ComputeBankBlockedAddrs(app),
config,
app.AppCodec(),
)
Expand Down

0 comments on commit 46dbb4e

Please sign in to comment.