We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b87db commit 632f3c2Copy full SHA for 632f3c2
app/upgrades/v11/upgrades.go
@@ -38,7 +38,7 @@ func CreateUpgradeHandler(
38
if err != nil {
39
return nil, err
40
}
41
- mintAmt := sdk.NewCoins(sdk.NewInt64Coin("umilk", 999_999_980)) // 1B - 20
+ mintAmt := sdk.NewCoins(sdk.NewInt64Coin("umilk", 999_999_980_000_000)) // 1B - 20
42
err = keepers.BankKeeper.MintCoins(ctx, minttypes.ModuleName, mintAmt)
43
44
0 commit comments