From 4e16ccf020b6660d1dccfb25758bdf9b70e78d27 Mon Sep 17 00:00:00 2001 From: Elias Rohrer Date: Tue, 17 Feb 2026 11:02:42 +0100 Subject: [PATCH] Add whitespace lines between option_simple_close msg definitions Previously, `closing_complete`/`closing_sig`/`closing_tlvs` were rendered as part of the same enumeration, instead of individual enumerations starting with `1.`. Signed-off-by: Elias Rohrer --- 02-peer-protocol.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 58bea2c1d..b10bf4bbf 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -1712,6 +1712,10 @@ which allows increasing the fees and changing the output script. * [`u32`:`locktime`] * [`closing_tlvs`:`tlvs`] + + + + 1. type: 41 (`closing_sig`) 2. data: * [`channel_id`:`channel_id`] @@ -1723,6 +1727,10 @@ which allows increasing the fees and changing the output script. * [`u32`:`locktime`] * [`closing_tlvs`:`tlvs`] + + + + 1. `tlv_stream`: `closing_tlvs` 2. types: 1. type: 1 (`closer_output_only`)