mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
bolt: Reflect the zeroconf featurebits in code
This commit is contained in:
@@ -1819,9 +1819,13 @@ def test_list_features_only(node_factory):
|
||||
expected += ['option_shutdown_anysegwit/odd']
|
||||
expected += ['option_quiesce/odd']
|
||||
expected += ['option_onion_messages/odd']
|
||||
expected += ['option_scid_alias/odd']
|
||||
expected += ['option_zeroconf/odd']
|
||||
expected += ['supports_open_accept_channel_type']
|
||||
else:
|
||||
expected += ['option_shutdown_anysegwit/odd']
|
||||
expected += ['option_scid_alias/odd']
|
||||
expected += ['option_zeroconf/odd']
|
||||
assert features == expected
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user