Commit 2c1d28c
committed
fix(bridge): update paginated tx copy when settling pending transfers
A submitted transfer exists in both the new_tx_list SWR cache and the
paginated txPages (seeded from the localStorage deposits cache).
mergeTransactions displays the txPages copy, but updateCachedTransaction
returned early after updating the new_tx_list copy, so the displayed row
could stay pending forever once txPages captured it while still pending.
Fall through and update the txPages copy too.1 parent 092ae7a commit 2c1d28c
1 file changed
Lines changed: 3 additions & 3 deletions
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
963 | 963 | | |
964 | 964 | | |
965 | 965 | | |
966 | | - | |
967 | 966 | | |
968 | 967 | | |
969 | | - | |
970 | | - | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
971 | 971 | | |
972 | 972 | | |
973 | 973 | | |
| |||
0 commit comments