diff --git a/x/genutil/module.go b/x/genutil/module.go index 2e15a0f15d46..8ee5afe3499b 100644 --- a/x/genutil/module.go +++ b/x/genutil/module.go @@ -124,7 +124,7 @@ func provideModuleBasic() runtime.AppModuleBasicWrapper { type genutilInputs struct { depinject.In - AccountKeeper types.AccountKeeper `key:"cosmos.auth.v1.AccountKeeper"` + AccountKeeper types.AccountKeeper StakingKeeper types.StakingKeeper DeliverTx func(abci.RequestDeliverTx) abci.ResponseDeliverTx Config client.TxConfig