From 23a587a1a87d6f50999c89c24bdaab1fcc963704 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Mon, 31 Jul 2023 22:29:13 +0200 Subject: [PATCH] fixup! bol09: Specify behavior when a node specifies both optional and required features --- 09-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/09-features.md b/09-features.md index 38e4f9a3a..44edc06b3 100644 --- a/09-features.md +++ b/09-features.md @@ -70,7 +70,7 @@ The origin node: * `var_onion_optin` The receiving node: - * if both the optional and the mandatory feature bits are set, + * if both the optional and the mandatory feature its in a pair are set, the feature should be treated as mandatory. The requirements for receiving specific bits are defined in the linked sections in the table above.