From 7c6f775337dc0b4178bd215e07cc391fadf89fc7 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Tue, 8 Aug 2023 17:22:11 +0200 Subject: [PATCH] Update EIP-5793: change size type to prevent leading zeros Merged by EIP-Bot. --- EIPS/eip-5793.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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