* feat: missing desktop setting menu

* fix: sp utxo pending

* fix: change to electrs only scanning, initial migration, and btc-electrum as null ssl
This commit is contained in:
Rafael 2024-06-10 04:22:57 -03:00 committed by GitHub
parent 30dc8f9238
commit 1dd2c7da56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 67 additions and 30 deletions

View file

@ -64,7 +64,7 @@ class ElectrumClient {
await socket?.close();
} catch (_) {}
if (useSSL == false) {
if (useSSL == false || (useSSL == null && uri.toString().contains("btc-electrum"))) {
socket = await Socket.connect(host, port, timeout: connectionTimeout);
} else {
socket = await SecureSocket.connect(host, port,