Files
grim/src/wallet
2ro 3ebae8807c Build 59: start the nostr service immediately on wallet open (fix slow connect)
The Nym/relay connection could take up to a full SYNC_DELAY (60s) to even start:
the nostr service was kicked off deep inside the wallet sync loop, behind the
grin node-sync checks and !sync_error, so opening a wallet left the profile on
"Connecting..." until the next 60s sync tick (or never, while the node errored).
Move the (idempotent) service start to the very top of the loop, right after the
open check - independent of node sync - so the connection comes up right away.
2026-06-13 23:15:36 -04:00
..
2026-05-21 00:56:28 +03:00
2026-05-21 00:56:28 +03:00
2026-05-21 00:56:28 +03:00
2026-05-21 00:56:28 +03:00
2026-05-21 00:56:28 +03:00