diff --git a/tracktokens-smartcontracts.py b/tracktokens-smartcontracts.py index 7cb81ed..b11f6ce 100755 --- a/tracktokens-smartcontracts.py +++ b/tracktokens-smartcontracts.py @@ -2681,7 +2681,7 @@ def scanBlockchain(): # At this point the script has updated to the latest block # Now we connect to flosight's websocket API to get information about the latest blocks - +# MAIN EXECUTION STARTS # Configuration of required variables logger = logging.getLogger(__name__) logger.setLevel(logging.DEBUG) @@ -2795,7 +2795,7 @@ def reconnectWebsocket(socket_variable): i=i+1 -# MAIN LOGIC +# MAIN LOGIC STARTS # scan from the latest block saved locally to latest network block scanBlockchain() @@ -2837,4 +2837,4 @@ def connect_error(): def on_block(data): logger.info('New block received') logger.info(str(data)) - processApiBlock(data) \ No newline at end of file + processApiBlock(data)