mirror of https://github.com/ethereum/go-ethereum
cmd/evm/testdata: fix typos in docs (#27742)
parent
e86ad52640
commit
7f756dc118
@ -1,2 +1,2 @@ |
|||||||
These files exemplify a transition where a transaction (excuted on block 5) requests |
These files exemplify a transition where a transaction (executed on block 5) requests |
||||||
the blockhash for block `1`. |
the blockhash for block `1`. |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
These files exemplify a transition where a transaction (excuted on block 5) requests |
These files exemplify a transition where a transaction (executed 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`. |
||||||
|
Loading…
Reference in new issue