Commit 20499f1
committed
fix(salvium): report node connect result in sync status
updateNode() had the ConnectedSyncStatus and FailedSyncStatus calls
commented out, so a failed daemon connection only got logged and the
wallet stayed stuck on "Connecting..." forever instead of showing
"unable to sync".
This uncomments them so connect success and failure are both reflected
in the sync status, matching how lib_monero_wallet already behaves. Both
status classes are defined in this same file so it compiles as is.1 parent afb40b8 commit 20499f1
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
532 | 532 | | |
533 | 533 | | |
534 | 534 | | |
535 | | - | |
| 535 | + | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| |||
0 commit comments