File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1713,6 +1713,8 @@ def name_minimal(self):
17131713 | LnFeatures .OPTION_ANCHORS_OPT | LnFeatures .OPTION_ANCHORS_REQ
17141714 | LnFeatures .OPTION_UPFRONT_SHUTDOWN_SCRIPT_OPT | LnFeatures .OPTION_UPFRONT_SHUTDOWN_SCRIPT_REQ
17151715 | LnFeatures .OPTION_SUPPORT_LARGE_CHANNEL_OPT | LnFeatures .OPTION_SUPPORT_LARGE_CHANNEL_REQ
1716+ | LnFeatures .OPTION_ONION_MESSAGE_OPT | LnFeatures .OPTION_ONION_MESSAGE_REQ
1717+ | LnFeatures .OPTION_ROUTE_BLINDING_OPT | LnFeatures .OPTION_ROUTE_BLINDING_REQ
17161718)
17171719
17181720
Original file line number Diff line number Diff line change @@ -210,6 +210,8 @@ class ErrorAddingPeer(Exception): pass
210210 | LnFeatures .OPTION_SCID_ALIAS_OPT
211211 | LnFeatures .OPTION_SUPPORT_LARGE_CHANNEL_OPT
212212 | LnFeatures .OPTION_CHANNEL_TYPE_REQ
213+ | LnFeatures .OPTION_ONION_MESSAGE_OPT
214+ | LnFeatures .OPTION_ROUTE_BLINDING_OPT
213215)
214216
215217LNGOSSIP_FEATURES = (
You can’t perform that action at this time.
0 commit comments