Skip to content

Commit

Permalink
replace staking keeper with consensus host in module inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega committed Apr 17, 2024
1 parent e15606a commit 94c93dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/core/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type ModuleInputs struct {
Cdc codec.Codec
Key *storetypes.KVStoreKey

StakingKeeper clienttypes.StakingKeeper
ConsensusHost clienttypes.ConsensusHost
UpgradeKeeper clienttypes.UpgradeKeeper
ScopedKeeper capabilitykeeper.ScopedKeeper

Expand All @@ -63,7 +63,7 @@ func ProvideModule(in ModuleInputs) ModuleOutputs {
in.Cdc,
in.Key,
in.LegacySubspace,
in.StakingKeeper,
in.ConsensusHost,
in.UpgradeKeeper,
in.ScopedKeeper,
authority.String(),
Expand Down

0 comments on commit 94c93dd

Please sign in to comment.