fix: Generic fixes of bugs from Support (#1774)

This commit is contained in:
David Adegoke 2024-10-31 02:10:40 +01:00 committed by GitHub
parent 5fc649023c
commit 752b6bbebf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 46 additions and 6 deletions

View file

@ -2270,6 +2270,8 @@ abstract class ElectrumWalletBase extends WalletBase<
Timer(Duration(seconds: 5), () {
if (this.syncStatus is NotConnectedSyncStatus ||
this.syncStatus is LostConnectionSyncStatus) {
if (node == null) return;
this.electrumClient.connectToUri(
node!.uri,
useSSL: node!.useSSL ?? false,