diff --git a/assets/eip-4881/test_deposit_snapshot.py b/assets/eip-4881/test_deposit_snapshot.py index c0b8ed12d809d2..74306ea5f720b2 100755 --- a/assets/eip-4881/test_deposit_snapshot.py +++ b/assets/eip-4881/test_deposit_snapshot.py @@ -13,9 +13,6 @@ class DepositTestCase: block_height: uint64 snapshot: DepositTreeSnapshot -def get_hex(some_bytes) -> str: - return "0x{}".format(some_bytes.hex()) - def get_bytes(hexstr) -> bytes: return bytes.fromhex(hexstr.replace("0x",""))