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 4ac7a9b commit 8680760Copy full SHA for 8680760
src/ethereum_spec_tools/patch_tool.py
@@ -32,7 +32,7 @@ def main() -> None:
32
options = parser.parse_args()
33
34
if not options.prefix:
35
- options.prefix = "src/ethereum/"
+ options.prefix = "src/ethereum/forks/"
36
37
source_fork_path = options.prefix + options.source_fork[0]
38
0 commit comments