From 7bb74455cd41703ed4d15383549cef3504891d17 Mon Sep 17 00:00:00 2001 From: Josh Babb Date: Wed, 24 May 2023 13:40:19 -0500 Subject: [PATCH] comment --- lib/electrumx_rpc/rpc.dart | 1 + 1 file changed, 1 insertion(+) 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,