diff --git a/EIPS/eip-5793.md b/EIPS/eip-5793.md index 8064056f526ab..a900b87be8e91 100644 --- a/EIPS/eip-5793.md +++ b/EIPS/eip-5793.md @@ -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