From 32c7494504fb885444ecb7d56e5b56783df301f8 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Thu, 13 Jan 2022 16:45:10 +0530 Subject: [PATCH] Removing further test code --- tracktokens_smartcontracts.py | 1 - 1 file changed, 1 deletion(-) 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")