mirror of https://github.com/ethereum/go-ethereum
cmd/evm: fix typos in documentation (#27501)
parent
4544dc5f32
commit
cd3b8c3d78
@ -1,4 +1,4 @@ |
|||||||
## Input transactions in RLP form |
## Input transactions in RLP form |
||||||
|
|
||||||
This testdata folder is used to examplify how transaction input can be provided in rlp form. |
This testdata folder is used to exemplify how transaction input can be provided in rlp form. |
||||||
Please see the README in `evm` folder for how this is performed. |
Please see the README in `evm` folder for how this is performed. |
@ -1 +1 @@ |
|||||||
These files examplify a selfdestruct to the `0`-address. |
These files exemplify a selfdestruct to the `0`-address. |
@ -1 +1 @@ |
|||||||
These files examplify how to sign a transaction using the pre-EIP155 scheme. |
These files exemplify how to sign a transaction using the pre-EIP155 scheme. |
||||||
|
@ -1,2 +1,2 @@ |
|||||||
These files examplify a transition where a transaction (excuted on block 5) requests |
These files exemplify a transition where a transaction (excuted on block 5) requests |
||||||
the blockhash for block `1`. |
the blockhash for block `1`. |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
These files examplify a transition where a transaction (excuted on block 5) requests |
These files exemplify a transition where a transaction (excuted on block 5) requests |
||||||
the blockhash for block `4`, but where the hash for that block is missing. |
the blockhash for block `4`, but where the hash for that block is missing. |
||||||
It's expected that executing these should cause `exit` with errorcode `4`. |
It's expected that executing these should cause `exit` with errorcode `4`. |
||||||
|
@ -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 exemplify a transition where there are no transactions, two ommers, at block `N-1` (delta 1) and `N-2` (delta 2). |
Loading…
Reference in new issue