Skip to content

Commit

Permalink
Fix struct name
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Jan 27, 2024
1 parent f111930 commit 11088b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/stakingplus/module/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ func init() {
)
}

type ModuleInputs struct {
type StakingplusInputs struct {
depinject.In

Config *modulev1.Module
Expand All @@ -162,7 +162,7 @@ type ModuleInputs struct {
LegacySubspace exported.Subspace `optional:"true"`
}

func ProvideModule(in ModuleInputs) staking.ModuleOutputs {
func ProvideModule(in StakingplusInputs) staking.ModuleOutputs {
// default to governance authority if not provided
authority := authtypes.NewModuleAddress(govtypes.ModuleName)

Expand Down

0 comments on commit 11088b9

Please sign in to comment.