Skip to content

Commit

Permalink
Revert "cmd: fix typos (ethereum#28323)"
Browse files Browse the repository at this point in the history
This reverts commit e95e022.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent 12afbb5 commit 9230064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/evm/testdata/8/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dir=./testdata/8 && ./evm t8n --state.fork=Berlin --input.alloc=$dir/alloc.json
{"pc":4,"op":84,"gas":"0x48456","gasCost":"0x64","memSize":0,"stack":["0x3"],"depth":1,"refund":0,"opName":"SLOAD"}
```

Similarly, we can provide the input transactions via `stdin` instead of as file:
Simlarly, we can provide the input transactions via `stdin` instead of as file:

```
$ dir=./testdata/8 \
Expand Down

0 comments on commit 9230064

Please sign in to comment.