Skip to content

Commit 1626a8c

Browse files
committed
Update daemon.py
1 parent 38e45e5 commit 1626a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ethereum_spec_tools/evm_tools/daemon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def do_POST(self) -> None:
8484
count_opcodes = content.get("count-opcodes", False)
8585
if count_opcodes:
8686
# send opcode counts if ``count-opcodes`` is ``True``
87-
args.extend(["--opcodes.count", "stdout"])
87+
args.extend(["--opcode.count", "stdout"])
8888

8989
query_string = urlparse(self.path).query
9090
if query_string:

0 commit comments

Comments
 (0)