Skip to content

Commit 6957a44

Browse files
committed
Fix spellcheck
1 parent bc5a37e commit 6957a44

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/ethsimulatev1-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The default values of blocks and transactions can be overriden. For Transactions
6565
"blobBaseFee": "0x15"
6666
},
6767
```
68-
All the other fields are computed automatically (eg, `stateRoot` and `gasUsed`) or kept as their default values (eg. `uncles` or `withdrawals`). When overriding `number` and `time` variables for blocks, we automatically check that the block numbers and time fields are strictly increasing (we don't allow decreasing, or duplicated block numbers or times). If the block number is increased more than `1` compared to the previous block, new empty blocks are generated in between.
68+
All the other fields are computed automatically (e.g. `stateRoot` and `gasUsed`) or kept as their default values (e.g. `uncles` or `withdrawals`). When overriding `number` and `time` variables for blocks, we automatically check that the block numbers and time fields are strictly increasing (we don't allow decreasing, or duplicated block numbers or times). If the block number is increased more than `1` compared to the previous block, new empty blocks are generated in between.
6969

7070
An interesting note here is that an user can specify block numbers and times of some blocks, but not for others. When block numbers of times are left unspecified, the default values will be used. After the blocks have been constructed, and default values are calculated, the blocks are checked that their block numbers and times are still valid.
7171

wordlist.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,11 @@ forkchoiceupdatedresponsev
7070
feeRecipient
7171
multicallV
7272
EOA
73+
EOA's
7374
EVM
7475
ERC
7576
VM
7677
exitv
77-
txs
78+
txs
79+
UX
80+
simulateV

0 commit comments

Comments
 (0)