preview
Pre-release
Pre-release
use call_async for full scans instead of any_client (#887) Instead of relying on the single electrum server to work for the full scan (which is required to successfully start the app), we use the electrum pool fallback mechanism (try other servers/clients after one errored). This tries to address the "Failed to initialize Bitcoin wallet: EOF" repeatedly reported, for example in #886.