Skip to content

Commit

Permalink
fix some typos (#1058)
Browse files Browse the repository at this point in the history
Co-authored-by: marcello33 <marcelloardizzone@hotmail.it>
  • Loading branch information
vuittont60 and marcello33 authored Oct 26, 2023
1 parent a9c5737 commit d8c59ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 `addres\` and a `delta`. This
- For each ommer, the tool needs to be given an `address\` 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/testdata/5/readme.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
These files examplify a transition where there are no transcations, two ommers, at block `N-1` (delta 1) and `N-2` (delta 2).
These files examplify a transition where there are no transactions, two ommers, at block `N-1` (delta 1) and `N-2` (delta 2).
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 `addres\` and a `delta`. This
- For each ommer, the tool needs to be given an `address\` 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 d8c59ac

Please sign in to comment.