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