You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #486, we added initial support for sourcing chain data from an Electrum server based on rust-electrum-client.
Unfortunately, the latter doesn't handle connection failures at all really. So a dropped connection would likely just result in a unusable Client object. As this this needs to be handled/fixed upstream I opened bitcoindevkit/rust-electrum-client#165. But, if it's no fixed upstream, we have to come up with some resolution here.