Skip to content

Conversation

@x3c41a
Copy link
Contributor

@x3c41a x3c41a commented Sep 23, 2025

I took advantage of already implemented RCtoAHaccountTranslation, now dealing with post_check mismatches

// `Total balance mismatch for account ${accountId} between RC pre-migration and AH post-migration: ${rc_migrated_balance} - ${ah_migrated_balance} < ${ah_ed.toBigInt()}`
// );
if (rc_migrated_balance - ah_migrated_balance >= ah_ed.toBigInt()) {
balanceMismatches.set(accountId, {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was not able to get to the root cause of 154 accounts (1 of them is CheckingAccount).
I'll pause this investigation for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants