From 745b4d058cfa2c60852e933b59303d2615fbb5a8 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 7 Jul 2021 10:56:17 +0930 Subject: [PATCH] fixup! BOLT 2: channel_type is not a negotiation. --- 02-peer-protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 68a060006..412834e1d 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -235,8 +235,8 @@ The sending node: - MUST include `upfront_shutdown_script`. - if it includes `channel_type`: - MUST set it to a defined type representing the type it wants. - - MUST use the smallest bitmap possible to represent the channel tyoe. - - SHOULD NOT set it to a type containing a feature which was not negotiated. + - MUST use the smallest bitmap possible to represent the channel tyoe. + - SHOULD NOT set it to a type containing a feature which was not negotiated. The sending node SHOULD: - set `to_self_delay` sufficient to ensure the sender can irreversibly spend a commitment transaction output, in case of misbehavior by the receiver.