From 9b44c0d41fd714ccca411d3a7ab7705284fddaa3 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 5 Dec 2024 22:20:57 +0100 Subject: [PATCH] Update EIP-7639: Fix rendering of 7639 specification Merged by EIP-Bot. --- EIPS/eip-7639.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/EIPS/eip-7639.md b/EIPS/eip-7639.md index 53f42a8d94cbec..a5f6c4d4f5678e 100644 --- a/EIPS/eip-7639.md +++ b/EIPS/eip-7639.md @@ -30,10 +30,11 @@ Clients connected on this version must not make or respond to p2p queries about block bodies or receipts before block 15537393. The affected protocol messages are: - * `GetBlockBodies (0x05)` - * `BlockBodies (0x06)` - * `GetReceipts (0x0f)` - * `Receipts (0x10)` + +- `GetBlockBodies (0x05)` +- `BlockBodies (0x06)` +- `GetReceipts (0x0f)` +- `Receipts (0x10)` ## Rationale