Skip to content

Commit

Permalink
refactor!: use KVStoreService and context.Context in x/bank (cosmos#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
facundomedica authored Apr 26, 2023
1 parent 6f7a6b0 commit 0a359fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func NewSimApp(

app.BankKeeper = bankkeeper.NewBaseKeeper(
appCodec,
keys[banktypes.StoreKey],
runtime.NewKVStoreService(keys[banktypes.StoreKey]),
app.AccountKeeper,
BlockedAddresses(),
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
Expand Down

0 comments on commit 0a359fb

Please sign in to comment.