Unverified Commit 604da5c8 authored by cui fliter's avatar cui fliter Committed by GitHub

cmd/evm: fix typos in docs (#27478)

fix some typos
Signed-off-by: 's avatarcui fliter <imcusg@gmail.com>
parent 9cf9fae6
...@@ -342,7 +342,7 @@ To make `t8n` apply these, the following inputs are required: ...@@ -342,7 +342,7 @@ To make `t8n` apply these, the following inputs are required:
- For ethash, it is `5000000000000000000` `wei`, - For ethash, it is `5000000000000000000` `wei`,
- If this is not defined, mining rewards are not applied, - If this is not defined, mining rewards are not applied,
- A value of `0` is valid, and causes accounts to be 'touched'. - 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`. is done via the `ommers` field in `env`.
Note: the tool does not verify that e.g. the normal uncle rules apply, Note: the tool does not verify that e.g. the normal uncle rules apply,
......
...@@ -280,7 +280,7 @@ To make `t8n` apply these, the following inputs are required: ...@@ -280,7 +280,7 @@ To make `t8n` apply these, the following inputs are required:
- For ethash, it is `5000000000000000000` `wei`, - For ethash, it is `5000000000000000000` `wei`,
- If this is not defined, mining rewards are not applied, - If this is not defined, mining rewards are not applied,
- A value of `0` is valid, and causes accounts to be 'touched'. - 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`. is done via the `ommers` field in `env`.
Note: the tool does not verify that e.g. the normal uncle rules apply, Note: the tool does not verify that e.g. the normal uncle rules apply,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment