From cf451c0257bee747625f16a57e2257af54f404a5 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Wed, 25 May 2022 12:06:03 +0000 Subject: [PATCH] Minor fix: removed pdb.set_trace() --- tracktokens_smartcontracts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tracktokens_smartcontracts.py b/tracktokens_smartcontracts.py index c90ec14..77f5bab 100755 --- a/tracktokens_smartcontracts.py +++ b/tracktokens_smartcontracts.py @@ -974,7 +974,6 @@ def processTransaction(transaction_data, parsed_data, blockinfo): # All FLO checks completed at this point. # Semantic rules for parsed data begins - pdb.set_trace() # todo Rule 44 - Process as per the type of transaction if parsed_data['type'] == 'transfer': logger.info(f"Transaction {transaction_data['txid']} is of the type transfer")