We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbd19ef + ec59f7c commit 8cb9b89Copy full SHA for 8cb9b89
09-features.md
@@ -65,10 +65,14 @@ The origin node:
65
unless indicated that it must set the odd feature bit instead.
66
* MUST NOT set feature bits it does not support.
67
* MUST NOT set feature bits in fields not specified by the table above.
68
+ * MUST NOT set both the optional and mandatory bits.
69
* MUST set all transitive feature dependencies.
70
+ * MUST support:
71
+ * `var_onion_optin`
72
-The origin node MUST support:
- * `var_onion_optin`
73
+The receiving node:
74
+ * if both the optional and the mandatory feature bits in a pair are set,
75
+ the feature should be treated as mandatory.
76
77
The requirements for receiving specific bits are defined in the linked sections in the table above.
78
The requirements for feature bits that are not defined
0 commit comments