update changelog

This commit is contained in:
Jonathan Gimeno 2020-03-05 12:18:04 +01:00
parent 626cc1973d
commit ccb0062560
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/mint/types"
)
// BeginBlocker mints new tokens for the previous block.
// beginBlocker mints new tokens for the previous block.
func beginBlocker(ctx sdk.Context, k Keeper) {
// fetch stored minter & params
minter := k.GetMinter(ctx)