fix typo: "signatureses" to "signatures" (#3281)

This commit is contained in:
misrab 2021-02-22 16:05:09 +00:00 committed by GitHub
parent cf15fca4c3
commit 1e224f0d31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: