diff --git a/lib/electrumx_rpc/rpc.dart b/lib/electrumx_rpc/rpc.dart index 7b589e875..3f61a4c2e 100644 --- a/lib/electrumx_rpc/rpc.dart +++ b/lib/electrumx_rpc/rpc.dart @@ -80,6 +80,7 @@ class JsonRPC { if (socket != null) { // TODO check if the socket is valid, alive, connected, etc } + // Do we need to check the subscription, too?w if (useSSL) { socket ??= await SecureSocket.connect(host, port,