mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 14:55:48 +00:00
29395576a3
TRX still missing on a real device after installing the backfill fix, with no way to tell whether the migration ran, skipped, or threw for that specific account - the migration had zero logging. Adds Log.d at every decision point (per-account skip reason, success) plus a try-catch around each account so one account's failure can't silently abort the whole migration or crash app startup for everyone else.