Skip to content

Commit d9bac23

Browse files
committed
pass staking keeper to wasmd keeper
1 parent 72b8bc7 commit d9bac23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ func New(
853853
runtime.NewKVStoreService(keys[wasmtypes.StoreKey]),
854854
app.AccountKeeper,
855855
&app.BankKeeper,
856-
nil,
856+
app.StakingKeeper,
857857
nil,
858858
app.IBCKeeper.ChannelKeeper,
859859
app.IBCKeeper.ChannelKeeper,

0 commit comments

Comments
 (0)