Revert "cmd/evm/testdata: fix typos in docs (#27742)"

This reverts commit 04fcbcb8e6.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent 00bcd10da9
commit ddb6cdee96
4 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1,2 @@
These files exemplify a transition where a transaction (executed 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`.

View file

@ -1,3 +1,3 @@
These files exemplify a transition where a transaction (executed 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`.

View file

@ -7,7 +7,7 @@ This test contains testcases for EIP-2930, which uses transactions with access l
The alloc portion contains one contract (`0x000000000000000000000000000000000000aaaa`), containing the The alloc portion contains one contract (`0x000000000000000000000000000000000000aaaa`), containing the
following code: `0x5854505854`: `PC ;SLOAD; POP; PC; SLOAD`. following code: `0x5854505854`: `PC ;SLOAD; POP; PC; SLOAD`.
Essentially, this contract does `SLOAD(0)` and `SLOAD(3)`. Essentialy, this contract does `SLOAD(0)` and `SLOAD(3)`.
The alloc also contains some funds on `0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`. The alloc also contains some funds on `0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`.

View file

@ -7,7 +7,7 @@ This test contains testcases for EIP-1559, which uses an new transaction type an
The alloc portion contains one contract (`0x000000000000000000000000000000000000aaaa`), containing the The alloc portion contains one contract (`0x000000000000000000000000000000000000aaaa`), containing the
following code: `0x58585454`: `PC; PC; SLOAD; SLOAD`. following code: `0x58585454`: `PC; PC; SLOAD; SLOAD`.
Essentially, this contract does `SLOAD(0)` and `SLOAD(1)`. Essentialy, this contract does `SLOAD(0)` and `SLOAD(1)`.
The alloc also contains some funds on `0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`. The alloc also contains some funds on `0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b`.