Skip to content

Commit

Permalink
Merge pull request #135 from AlexV525/feat/remove-$d
Browse files Browse the repository at this point in the history
🔥 Remove `$d` from bytes elements
  • Loading branch information
atomicals authored Feb 29, 2024
2 parents abf02f4 + fb9a128 commit 1352665
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 1352665

Please sign in to comment.