Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
DeshErBojhaa committed May 2, 2024
1 parent e1aaee3 commit 82f7637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ func NewApp(

app.WasmStorageKeeper = *wasmstoragekeeper.NewKeeper(
appCodec,
keys[wasmstoragetypes.StoreKey],
runtime.NewKVStoreService(keys[wasmstoragetypes.StoreKey]),
authtypes.NewModuleAddress(govtypes.ModuleName).String(),
contractKeeper,
)
Expand Down

0 comments on commit 82f7637

Please sign in to comment.