Skip to content

Commit

Permalink
add params subspace
Browse files Browse the repository at this point in the history
  • Loading branch information
trinitys7 committed Apr 23, 2024
1 parent b120e2e commit 3669ff2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ func initParamsKeeper(appCodec codec.BinaryCodec, legacyAmino *codec.LegacyAmino
paramsKeeper.Subspace(seqtypes.ModuleName)
paramsKeeper.Subspace(minttypes.ModuleName)
paramsKeeper.Subspace(denommetadatatypes.ModuleName)
paramsKeeper.Subspace(vestingtypes.ModuleName)
paramsKeeper.Subspace(epochstypes.ModuleName)
paramsKeeper.Subspace(distrtypes.ModuleName)
paramsKeeper.Subspace(govtypes.ModuleName).WithKeyTable(govv1.ParamKeyTable())
Expand Down

0 comments on commit 3669ff2

Please sign in to comment.