Skip to content
Snippets Groups Projects
Commit a6e7364a authored by Patricio Kumagae's avatar Patricio Kumagae
Browse files

Tarea #18068

parent 7bd7d15b
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ class Verify(APIView):
method_name, args = Utils.decode_contract_call(CONTRACTS['01']['abi'],
TimestampManager.get_transaction(tx_hash).input)
if args[0].decode('utf-8') == ots_hash and args[1].decode('utf-8') == file_hash:
if args[0].decode('utf-8') == ots_hash and args[1].decode('utf-8') == original_file_hash:
block = TimestampManager.get_block(int(block_number))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment