-
Notifications
You must be signed in to change notification settings - Fork 1
Description
What happened?
User reports that after updating to the latest native iOS app and refreshing, Savings shows 0.00 despite having bitcoin, while TRANSFER IN PROGRESS remains visible.
From logs on 2026-02-25:
- Transfer sync keeps
1 active transferindefinitely. - The active order transfer is expired and unresolved:
- transfer id:
e0e00517ec5d09a95be67146f5a0ffa302f8b9705b762f6c78f120078f394077 - order id:
995ece86-ff6f-4ba4-b45e-6a2a46dc42b8 state: expired,has no fundingTx,Could not resolve channel for transfer
- transfer id:
- Derived state repeatedly shows:
Active transfers: 1Balances in state: onchain=0 ... toSpending=630475
Expected behavior
- Savings should show available on-chain funds after sync/refresh.
- Expired unresolved order transfers should not keep
TRANSFER IN PROGRESSstuck forever.
Steps to Reproduce
- Have an existing wallet with previous transfer/order history.
- Update to current native iOS build and open app.
- Refresh/sync wallet on Home.
- Observe Savings remains
0.00andTRANSFER IN PROGRESSremains shown.
Logs / Screenshots / Recordings
bitkit_logs_2026-02-25_09-43-11.zip
Bitkit Version
Reported as latest native iOS version.
Log session shows build 177 running and update available to build 178 (v2.0.5).
Device / OS
TBD
Reproducibility
Rarely (once or twice)
Additional context
- Related to Balance from closed channel not appearing in Savings account #457, but not identical due to persistent
TRANSFER IN PROGRESSin this case. - Strongly related to expired transfer cleanup / transfer state reconciliation in
TransferService.syncTransferStates. - Early startup errors also present in session:
Failed to get channels for transfer syncFailed to update balance state ... LightningService.balances is nil
- Reporter note on Balance from closed channel not appearing in Savings account #457 : they had confirmed funds missing for ~1 week but did not see
TRANSFER IN PROGRESS. - Slack discussion reference: https://synonymworkspace.slack.com/archives/C07BJ7DNPCG/p1772012754024529
Reactions are currently unavailable