Skip to content

Commit

Permalink
correct eip-191 prefix to 0x19
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient authored Jul 7, 2021
1 parent 6e2dc19 commit a9002c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lists/signature-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Reserved or Tentative.
| 0x01 | Reserved: [EIP-2930](https://eips.ethereum.org/EIPS/eip-2930) *(available in Berlin)* |
| 0x02 | Reserved: [EIP-1559](https://eips.ethereum.org/EIPS/eip-1559) *(available in London)* |
| 0x03 | Tentative: prevents collision with [EIP-3074](https://eips.ethereum.org/EIPS/eip-3074) |
| 0x18 | Reserved: prevents collision with [EIP-191](https://eips.ethereum.org/EIPS/eip-191) |
| 0x19 | Reserved: prevents collision with [EIP-191](https://eips.ethereum.org/EIPS/eip-191) |
| 0xc0 - 0xff | Invalid; collides with the initial byte of valid RLP encoded transactions |


Expand Down

0 comments on commit a9002c7

Please sign in to comment.