fix: pass UUID approval ID as string, not parseInt (closes #4) #18

Merged
sneak merged 1 commits from fix/approval-popup-uuid into main 2026-02-27 21:50:27 +01:00

1 Commits

Author SHA1 Message Date
8b7d73cc35 fix: pass UUID approval ID as string, not parseInt (closes #4)
All checks were successful
check / check (push) Successful in 22s
The approval ID was changed from sequential integers to crypto.randomUUID()
strings for security, but the popup still called parseInt() on it, which
converted the UUID to NaN. This caused every approval lookup to fail,
preventing the confirmation popup from displaying pending tx/sign requests.
2026-02-27 12:34:23 -08:00