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 e6d6336 commit 9d7826fCopy full SHA for 9d7826f
src/ethereum_test_specs/static_state/expect_section.py
@@ -83,7 +83,7 @@ def parse_networks(fork_with_operand: str) -> List[str]:
83
return parsed_forks
84
85
try:
86
- print(all_forks_by_name)
+ # print(all_forks_by_name)
87
idx = all_forks_by_name.index(fork)
88
# ['Frontier', 'Homestead', 'Byzantium', 'Constantinople', 'ConstantinopleFix',
89
# 'Istanbul', 'MuirGlacier', 'Berlin', 'London', 'ArrowGlacier', 'GrayGlacier',
0 commit comments