Skip to content

Commit c58de66

Browse files
committed
WIP
1 parent 740dc53 commit c58de66

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

eth/tools/fixtures/normalization.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def normalize_bytes(value):
7171
return value
7272
elif is_text(value) and is_hex(value):
7373
return decode_hex(value)
74+
elif is_text(value):
75+
return b''
7476
else:
7577
raise TypeError("Value must be either a string or bytes object")
7678

fixtures

Submodule fixtures updated 1367 files

0 commit comments

Comments
 (0)