Removing typo JS from python

This commit is contained in:
Vivek Teega 2019-10-05 10:13:56 +05:30
parent e61ac5fc91
commit f542c3901e

View File

@ -593,7 +593,7 @@ async def gettransactiondetails(transactionHash):
# now check what kind of transaction it is and if it exists in our database
if parseResult["type"] == "noise":
alert('Transaction is of the type noise')
return jsonify(result='error', description='Transaction is of the type noise')
elif parseResult["type"] == "tokenIncorporation":
# open db of the token specified and check if the transaction exists there