Skip to content

Commit

Permalink
update total burnt amount to correct amount
Browse files Browse the repository at this point in the history
  • Loading branch information
go7066 committed Jan 11, 2024
1 parent 959eaad commit 41d398c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v200/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func CreateUpgradeHandler(
// Mint module params update
params := minttypes.Params{}
params.BlocksPerYear = 5733818
params.TotalBurntAmount = []sdk.Coin{sdk.NewInt64Coin("utori", 118550_000000)}
params.TotalBurntAmount = []sdk.Coin{sdk.NewInt64Coin("utori", 118_547_020000)}
subspace, ok := keepers.ParamsKeeper.GetSubspace(minttypes.ModuleName)
if !ok {
panic("invalid mint module subspace")
Expand Down

0 comments on commit 41d398c

Please sign in to comment.