From ccb0062560e737bec3c1d83b45726ea0c688c88f Mon Sep 17 00:00:00 2001 From: Jonathan Gimeno Date: Thu, 5 Mar 2020 12:18:04 +0100 Subject: [PATCH] update changelog --- x/mint/abci.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/mint/abci.go b/x/mint/abci.go index 6d77dcc023..c87f8ef2d6 100644 --- a/x/mint/abci.go +++ b/x/mint/abci.go @@ -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)