Skip to content

Commit cde9f15

Browse files
committed
chore(lint): Fix lint issues, assign method to Frontier to be overridden
1 parent e1de161 commit cde9f15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ethereum_test_forks/forks/forks.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ def header_requests_required(cls, block_number: int = 0, timestamp: int = 0) ->
282282
"""At genesis, header must not contain beacon chain requests."""
283283
return False
284284

285+
@classmethod
286+
def header_bal_hash_required(cls, block_number: int = 0, timestamp: int = 0) -> bool:
287+
"""At genesis, header must not contain block access list hash."""
288+
return False
289+
285290
@classmethod
286291
def engine_new_payload_version(
287292
cls, block_number: int = 0, timestamp: int = 0

0 commit comments

Comments
 (0)