From 5b5a47b11d88a5da81a9bf9f48d86d5b4a5071d9 Mon Sep 17 00:00:00 2001 From: Guruprasad Kamath Date: Tue, 23 Sep 2025 16:04:47 +0200 Subject: [PATCH] update path to include forks folder --- src/ethereum_spec_tools/patch_tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ethereum_spec_tools/patch_tool.py b/src/ethereum_spec_tools/patch_tool.py index 46f5a975c2..21813fbaf6 100644 --- a/src/ethereum_spec_tools/patch_tool.py +++ b/src/ethereum_spec_tools/patch_tool.py @@ -32,7 +32,7 @@ def main() -> None: options = parser.parse_args() if not options.prefix: - options.prefix = "src/ethereum/" + options.prefix = "src/ethereum/forks/" source_fork_path = options.prefix + options.source_fork[0]