diff --git a/electrumx/server/db.py b/electrumx/server/db.py index bbf17778..1a9483c0 100644 --- a/electrumx/server/db.py +++ b/electrumx/server/db.py @@ -1326,7 +1326,7 @@ def get_atomicals_by_location_extended_info_long_form(self, location): 'location': location_id_bytes_to_compact(location), 'txid': hash_to_hex_str(tx_hash), 'index': index, - 'scripthash': hash_to_hex_str(last_scripthash), + 'scripthash': last_scripthash, 'script': script.hex(), 'value': last_value }