Skip to content

preview

Pre-release
Pre-release

Choose a tag to compare

@gecko-botty gecko-botty released this 28 Feb 12:09
2d6a32a
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.