* update sidebar order * update event backticks * fix broken links * fix spelling
At the start of each block, the inflationary coins for the ongoing period, if any, are minted. The logic is as follows:
func BeginBlocker(ctx sdk.Context, k Keeper) { err := k.MintPeriodInflation(ctx) if err != nil { panic(err) } }