update changelog
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user