Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Jun 23, 2022
1 parent 531fd0d commit bbe1b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mint/types/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func NewMultiMintHooks(hooks ...MintHooks) MultiMintHooks {
return hooks
}

// AfterDistributeMintedCoin is a hook that runs after minter mints and distributes coins
// AfterDistributeMintedCoin is a hook that runs after minter mints and distributes coins
// at the beginning of each epoch.
func (h MultiMintHooks) AfterDistributeMintedCoin(ctx sdk.Context, mintedCoin sdk.Coin) {
for i := range h {
Expand Down

0 comments on commit bbe1b5c

Please sign in to comment.