mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
TODO notes
This commit is contained in:
parent
d48c7cf9f1
commit
3ec6e2a008
2 changed files with 2 additions and 1 deletions
|
@ -202,6 +202,7 @@ class ElectrumXClient {
|
|||
// ... But if the killswitch is set, then we throw an exception.
|
||||
throw Exception(
|
||||
"Tor preference and killswitch set but Tor is not enabled, not connecting to ElectrumX");
|
||||
// TODO [prio=low]: Restart Tor. Update Tor package for restart feature.
|
||||
}
|
||||
} else {
|
||||
// Get the proxy info from the TorService.
|
||||
|
|
|
@ -213,7 +213,7 @@ class JsonRPC {
|
|||
port,
|
||||
timeout: connectionTimeout,
|
||||
onBadCertificate: (_) => true,
|
||||
); // TODO do not automatically trust bad certificates
|
||||
); // TODO do not automatically trust bad certificates.
|
||||
} else {
|
||||
_socket = await Socket.connect(
|
||||
host,
|
||||
|
|
Loading…
Reference in a new issue