Skip to content

Commit 082bc67

Browse files
committed
Added changes missed by spell check from NethermindEth#1.
1 parent 378c039 commit 082bc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lists/transaction-types/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Transaction Types
1313
| 0x01 | [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930) *(available in Berlin)* |
1414
| 0x02 | [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) *(available in London)* |
1515
| 0x03 | Reserved: prevents collision with [EIP-3074](https://eips.ethereum.org/EIPS/eip-3074) *(see notes below)* |
16-
| 0x18 | Reserved: prevent collision with [EIP-191](https://eips.ethereum.org/EIPS/eip-191) *(see notes below)* |
16+
| 0x18 | Reserved: prevents collision with [EIP-191](https://eips.ethereum.org/EIPS/eip-191) *(see notes below)* |
1717
| 0x80 - 0xff | Invalid; collides with the initial byte of valid RLP encoded transactions |
1818

1919

0 commit comments

Comments
 (0)