mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix: Generic fixes of bugs from Support (#1774)
This commit is contained in:
parent
5fc649023c
commit
752b6bbebf
10 changed files with 46 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue