Skip to content

Commit

Permalink
Merge branch 'main' into docs/import
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani authored Aug 28, 2023
2 parents e70fb5f + 7d22049 commit 79f3a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/claim/keeper/airdrop_supply.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (k Keeper) InitializeAirdropSupply(ctx sdk.Context, airdropSupply sdk.Coin)

// set the module balance with the airdrop supply
if err := k.bankKeeper.MintCoins(ctx, types.ModuleName, sdk.NewCoins(airdropSupply)); err != nil {
return errors.Criticalf("can't mint airdrop suply into module balance %s", err.Error())
return errors.Criticalf("can't mint airdrop supply into module balance %s", err.Error())
}

k.SetAirdropSupply(ctx, airdropSupply)
Expand Down

0 comments on commit 79f3a08

Please sign in to comment.