Minor fix: removed pdb.set_trace()

This commit is contained in:
Vivek Teega 2022-05-25 12:06:03 +00:00
parent 1fc35f289f
commit cf451c0257

View File

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