Skip to content

Commit

Permalink
fix: bankType param fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deepan95dev committed Feb 27, 2024
1 parent 640da27 commit 1d0e9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ func (app *App) RegisterUpgradeHandlers() {
}
ctx.Logger().Info("Handler for upgrade plan: " + upgradeV2.UpgradeName)
bankSubspace := app.GetSubspace(banktypes.ModuleName)
bankSubspace.Set(ctx, didtypes.ParamStoreKeyFeeParams, banktypes.DefaultParams())
bankSubspace.Set(ctx, banktypes.ParamsKey, banktypes.DefaultParams())

// Add defaults for DID module subspace
didSubspace := app.GetSubspace(didtypes.ModuleName)
Expand Down

0 comments on commit 1d0e9bd

Please sign in to comment.