Skip to content

Commit 2731a6f

Browse files
committed
fix(deps): fix build ci
1 parent 5d26a35 commit 2731a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simapp/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ func NewSimApp(
370370
*/
371371
govKeeper := govkeeper.NewKeeper(
372372
appCodec, runtime.NewKVStoreService(keys[govtypes.StoreKey]), app.AccountKeeper, app.BankKeeper,
373-
app.StakingKeeper, app.DistrKeeper, app.MsgServiceRouter(), govConfig, authtypes.NewModuleAddress(govtypes.ModuleName).String(),
373+
app.StakingKeeper, app.MsgServiceRouter(), govConfig, authtypes.NewModuleAddress(govtypes.ModuleName).String(),
374374
)
375375

376376
// Set legacy router for backwards compatibility with gov v1beta1

0 commit comments

Comments
 (0)