diff --git a/ranchimallflo_api.py b/ranchimallflo_api.py index 734a9b8..24a763b 100644 --- a/ranchimallflo_api.py +++ b/ranchimallflo_api.py @@ -574,7 +574,7 @@ async def getLatestBlockDetails(): async def checkhash(hash): # check if the hash is of a transaction - response = requests.get('{}transaction/{}'.format(apiUrl,hash)) + response = requests.get('{}tx/{}'.format(apiUrl,hash)) if response.status_code == 200: return jsonify(type='transaction') else: