Skip to content

Commit

Permalink
Update EIP-5793: change size type to prevent leading zeros
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
MariusVanDerWijden committed Aug 8, 2023
1 parent 8243ebe commit 7c6f775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-5793.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The added metadata fields will also enable future - upgradeless - protocol tweak
Modify the `NewPooledTransactionHashes (0x08)` message:

* **(eth/67)**: `[hash_0: B_32, hash_1: B_32, ...]`
* **(eth/68)**: `[[type_0: B_1, type_1: B_1, ...], [size_0: B_4, size_1: B_4, ...], [hash_0: B_32, hash_1: B_32, ...]]`
* **(eth/68)**: `[[type_0: B_1, type_1: B_1, ...], [size_0: P, size_1: P, ...], [hash_0: B_32, hash_1: B_32, ...]]`

## Rationale

Expand Down

0 comments on commit 7c6f775

Please sign in to comment.