Skip to content

Commit

Permalink
🔥 Remove $d from bytes elements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Feb 29, 2024
1 parent 9f8503d commit fb9a128
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion electrumx/lib/util_atomicals.py
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,6 @@ def encode_tx_hash_hex(state):
def auto_encode_bytes_elements(state):
if isinstance(state, bytes):
return {
'$d': state.hex(),
'$b': state.hex(),
'$len': sys.getsizeof(state),
'$auto': True
Expand Down

0 comments on commit fb9a128

Please sign in to comment.