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 ab6941d commit 2c07538Copy full SHA for 2c07538
src/ethereum_clis/clis/besu.py
@@ -29,7 +29,7 @@ class BesuTransitionTool(TransitionTool):
29
"""Besu EvmTool Transition tool frontend wrapper class."""
30
31
default_binary = Path("evm")
32
- detect_binary_pattern = re.compile(r"^Hyperledger Besu evm .*$")
+ detect_binary_pattern = re.compile(r"^Besu evm .*$")
33
binary: Path
34
cached_version: Optional[str] = None
35
trace: bool
0 commit comments