Skip to content

Commit

Permalink
default fee
Browse files Browse the repository at this point in the history
  • Loading branch information
timlind committed Nov 4, 2022
1 parent cf65d62 commit 1a40659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/admin/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (k Keeper) SetParams(ctx sdk.Context, params *types.Params) {
}

func (k Keeper) GetParams(ctx sdk.Context) *types.Params {
defaultSubmitProposalFee := sdk.NewUintFromString("500000000000000000000")
defaultSubmitProposalFee := sdk.NewUintFromString("5000000000000000000000") // 5000

store := ctx.KVStore(k.storeKey)
bz := store.Get(types.ParamsStorePrefix)
Expand Down

0 comments on commit 1a40659

Please sign in to comment.