We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab9df4 commit d212a25Copy full SHA for d212a25
src/ethereum_spec_tools/evm_tools/t8n/t8n_types.py
@@ -356,8 +356,6 @@ def to_json(self) -> Any:
356
data["requestsHash"] = encode_to_hex(self.requests_hash)
357
# T8N doesn't consider the request type byte to be part of the
358
# request
359
- data["requests"] = [
360
- encode_to_hex(req) for req in self.requests
361
- ]
+ data["requests"] = [encode_to_hex(req) for req in self.requests]
362
363
return data
0 commit comments