diff --git a/tracktokens_smartcontracts.py b/tracktokens_smartcontracts.py index 3ac63fa..25745b3 100755 --- a/tracktokens_smartcontracts.py +++ b/tracktokens_smartcontracts.py @@ -115,7 +115,6 @@ def processBlock(blockindex=None, blockhash=None): try: text = transaction_data["floData"] text = text.replace("\n", " \n ") - text = "create 1000 rmt#" current_index = 2 except: logger.info("The API has passed the Block height test but failed transaction_data['floData'] test")