diff --git a/x/mint/beginBlocker_test.go b/x/mint/beginBlocker_test.go index 58827350eeb4..06393a7e0a0b 100644 --- a/x/mint/beginBlocker_test.go +++ b/x/mint/beginBlocker_test.go @@ -68,7 +68,7 @@ func TestMintZero(t *testing.T) { mapp, _ := getMockApp(t, 1, balance, mintParams) var curHeight int64 = 2 - for ; curHeight < 700; curHeight++ { + for ; curHeight < 1000; curHeight++ { mapp.BeginBlock(abci.RequestBeginBlock{Header: abci.Header{Height: curHeight}}) mapp.EndBlock(abci.RequestEndBlock{Height: curHeight}) mapp.Commit() diff --git a/x/mint/internal/keeper/keeper.go b/x/mint/internal/keeper/keeper.go index 97cd87aeb98d..080099edbc3f 100644 --- a/x/mint/internal/keeper/keeper.go +++ b/x/mint/internal/keeper/keeper.go @@ -83,7 +83,7 @@ func (k Keeper) SetOriginalMintedPerBlock(originalMintedPerBlock sdk.Dec) { } func DefaultOriginalMintedPerBlock() sdk.Dec { - return sdk.MustNewDecFromStr("0.05") + return sdk.MustNewDecFromStr("0.5") } // ValidateMinterCustom validate minter