Skip to content

Commit

Permalink
Revert "cmd/evm: fix typos in docs (ethereum#27478)"
Browse files Browse the repository at this point in the history
This reverts commit f588aec.
  • Loading branch information
devopsbo3 committed Nov 10, 2023
1 parent 0860be4 commit 496eb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/evm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ To make `t8n` apply these, the following inputs are required:
- For ethash, it is `5000000000000000000` `wei`,
- If this is not defined, mining rewards are not applied,
- A value of `0` is valid, and causes accounts to be 'touched'.
- For each ommer, the tool needs to be given an `address\` and a `delta`. This
- For each ommer, the tool needs to be given an `addres\` and a `delta`. This
is done via the `ommers` field in `env`.

Note: the tool does not verify that e.g. the normal uncle rules apply,
Expand Down
2 changes: 1 addition & 1 deletion cmd/evm/transition-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ To make `t8n` apply these, the following inputs are required:
- For ethash, it is `5000000000000000000` `wei`,
- If this is not defined, mining rewards are not applied,
- A value of `0` is valid, and causes accounts to be 'touched'.
- For each ommer, the tool needs to be given an `address\` and a `delta`. This
- For each ommer, the tool needs to be given an `addres\` and a `delta`. This
is done via the `ommers` field in `env`.
Note: the tool does not verify that e.g. the normal uncle rules apply,
Expand Down

0 comments on commit 496eb2b

Please sign in to comment.