bolt: Reflect the zeroconf featurebits in code

This commit is contained in:
Christian Decker
2022-04-14 14:35:39 +02:00
parent 185cd81be4
commit e4511452ac
5 changed files with 51 additions and 4 deletions

View File

@@ -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