Removing further test code

This commit is contained in:
Vivek Teega 2022-01-13 16:45:10 +05:30
parent f9e4b5115b
commit 32c7494504

View File

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