mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-23 04:08:09 +00:00
fix typo: "signatureses" to "signatures" (#3281)
This commit is contained in:
parent
cf15fca4c3
commit
1e224f0d31
@ -36,7 +36,7 @@ As of `FORK_BLOCK_NUMBER`, the transaction root in the block header **MUST** be
|
||||
* `LegacyTransaction` is `rlp([nonce, gasPrice, gasLimit, to, value, data, v, r, s])`
|
||||
|
||||
All signatures for future transaction types **SHOULD** include the `TransactionType` as the first byte of the signed data.
|
||||
This makes it so we do not have to worry about signatures for one transaction type being used as signaturese for a different transaction type.
|
||||
This makes it so we do not have to worry about signatures for one transaction type being used as signatures for a different transaction type.
|
||||
|
||||
### Receipts
|
||||
As of `FORK_BLOCK_NUMBER`, the receipt root in the block header **MUST** be the root hash of `patriciaTrie(rlp(Index) => Receipt)` where:
|
||||
|
Loading…
x
Reference in New Issue
Block a user