Page MenuHomePhabricator

[Cashtab] Patch bug in tx history parsing
ClosedPublic

Authored by bytesofman on Oct 3 2025, 17:35.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC819deeecaf5b: [Cashtab] Patch bug in tx history parsing
Summary

wallets[0] is no longer the active wallet, as we no longer modify the order of the stored wallets every time the user changes a wallet. Access this variable appropriately.

Note: without this fix, we were parsing tx notifications for the (probably) wrong wallet, as a user with multiple wallets is unlikely to have the active wallet be wallets[0].

Test Plan

npm test

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable