You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bridge): filter to outgoing-only txs in crash recovery Horizon lookup
FindPaymentByMemo and FindRefundByReturnHash previously scanned the 200
most recent transactions on the bridge account (incoming + outgoing mixed).
In a busy bridge, deposits dominate, leaving few slots for withdrawals.
Filter to outgoing only (tx.Account == bridgeAccount) client-side after
fetching. This means the 200 limit now covers 200 actual withdrawals/refunds
rather than 200 mixed-direction transactions.
0 commit comments