mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
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:
committed by
Christian Decker
parent
1d14c7ee3d
commit
55dbe82162
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user