Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MissingNO57 committed Oct 17, 2024
1 parent 268cf14 commit e725b89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrade_cudos.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func writeMovedBalancesToManifest(genesisData *GenesisData, manifest *UpgradeMan
if account, exists := genesisData.Accounts.Get(address); exists {
upgradeBalance.BankBalance = account.Balance
}
upgradeBalances = append(upgradeBalances, upgradeBalance)

}

Expand Down

0 comments on commit e725b89

Please sign in to comment.