Skip to content

Commit b7f7f03

Browse files
committed
t8n version check changed from -v to --version for nethtest compatibility
1 parent cce727d commit b7f7f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_clis/ethereum_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class EthereumCLI:
4141
binary: Path
4242
default_binary: Path
4343
detect_binary_pattern: Pattern
44-
version_flag: str = "-v"
44+
version_flag: str = "--version" # geth's evm supports both -v and --version but nethtest only supports --version # noqa: E501
4545
cached_version: Optional[str] = None
4646

4747
def __init__(self, *, binary: Optional[Path] = None):

0 commit comments

Comments
 (0)