Renaming comment to Flosight websocket

This commit is contained in:
Vivek Teega 2020-08-16 14:56:41 +05:30 committed by GitHub
parent 66b972b76d
commit bab1c5b707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")