mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +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
@@ -1923,6 +1923,7 @@ def test_list_features_only(node_factory):
|
||||
if EXPERIMENTAL_FEATURES:
|
||||
expected += ['option_anchor_outputs/odd']
|
||||
expected += ['option_shutdown_anysegwit/odd']
|
||||
expected += ['option_quiesce/odd']
|
||||
expected += ['option_onion_messages/odd']
|
||||
expected += ['supports_open_accept_channel_type']
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user