diff --git a/x/mint/abci.go b/x/mint/abci.go index 6d77dcc02..c87f8ef2d 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)