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 38e45e5 commit 1626a8cCopy full SHA for 1626a8c
src/ethereum_spec_tools/evm_tools/daemon.py
@@ -84,7 +84,7 @@ def do_POST(self) -> None:
84
count_opcodes = content.get("count-opcodes", False)
85
if count_opcodes:
86
# send opcode counts if ``count-opcodes`` is ``True``
87
- args.extend(["--opcodes.count", "stdout"])
+ args.extend(["--opcode.count", "stdout"])
88
89
query_string = urlparse(self.path).query
90
if query_string:
0 commit comments