We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378c039 commit 082bc67Copy full SHA for 082bc67
lists/transaction-types/README.md
@@ -13,7 +13,7 @@ Transaction Types
13
| 0x01 | [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930) *(available in Berlin)* |
14
| 0x02 | [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) *(available in London)* |
15
| 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)* |
+| 0x18 | Reserved: prevents collision with [EIP-191](https://eips.ethereum.org/EIPS/eip-191) *(see notes below)* |
17
| 0x80 - 0xff | Invalid; collides with the initial byte of valid RLP encoded transactions |
18
19
0 commit comments