features: EXPERIMENTAL_FEATURES: advertize option_quiesce

The latest draft has a feature bit here.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-10-08 10:01:04 +10:30
committed by Christian Decker
parent 1d14c7ee3d
commit 55dbe82162
5 changed files with 16 additions and 1 deletions

View File

@@ -26,6 +26,8 @@ def expected_peer_features(wumbo_channels=False, extra=[]):
features += [39]
# option_anchor_outputs
features += [21]
# option_quiesce
features += [35]
if wumbo_channels:
features += [19]
if EXPERIMENTAL_DUAL_FUND:
@@ -46,6 +48,8 @@ def expected_node_features(wumbo_channels=False, extra=[]):
features += [39]
# option_anchor_outputs
features += [21]
# option_quiesce
features += [35]
if wumbo_channels:
features += [19]
if EXPERIMENTAL_DUAL_FUND: