Skip to content

Commit

Permalink
update params
Browse files Browse the repository at this point in the history
  • Loading branch information
sin3A committed Jul 24, 2024
1 parent 411c44c commit 9674aa5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modules/params/depinject.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,7 @@ type ParamsOutputs struct {
}

func ProvideModule(in coamosparams.ParamsInputs) ParamsOutputs {
cosmosParamsKeeper := paramskeeper.NewKeeper(
in.Cdc,
in.LegacyAmino,
in.TransientStoreKey,
in.KvStoreKey,
)
cosmosParamsKeeper := paramskeeper.NewKeeper(in.Cdc, in.LegacyAmino, in.KvStoreKey, in.TransientStoreKey)
keeper := keeper.NewKeeper(cosmosParamsKeeper)
m := NewAppModule(in.Cdc, cosmosParamsKeeper)
return ParamsOutputs{ParamsKeeper: keeper, Module: m}
Expand Down

0 comments on commit 9674aa5

Please sign in to comment.