From bab1c5b7070574379b98446190db4ff85829ec9e Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Sun, 16 Aug 2020 14:56:41 +0530 Subject: [PATCH] Renaming comment to Flosight websocket --- tracktokens-smartcontracts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracktokens-smartcontracts.py b/tracktokens-smartcontracts.py index 4a052cb..c2d38bb 100755 --- a/tracktokens-smartcontracts.py +++ b/tracktokens-smartcontracts.py @@ -2297,7 +2297,7 @@ if args.reset == 1: # scan from the latest block saved locally to latest network block scanBlockchain() -# Connect to flosight SSE to get data on new incoming blocks +# Connect to Flosight websocket to get data on new incoming blocks sio = socketio.Client(reconnection=True) sio.connect(neturl + "socket.io/socket.io.js")