lightningd: option_shutdown_anysegwit is no longer experimental.

https://github.com/lightningnetwork/lightning-rfc/pull/672 was merged.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: Protocol: `option_shutdown_anysegwit` allows future segwit versions on shutdown transactions.
This commit is contained in:
Rusty Russell
2021-05-26 13:39:01 +09:30
parent 6753b95470
commit b6223eb117
5 changed files with 9 additions and 20 deletions

View File

@@ -1898,6 +1898,8 @@ def test_list_features_only(node_factory):
expected += ['option_anchor_outputs/odd']
expected += ['option_shutdown_anysegwit/odd']
expected += ['option_onion_messages/odd']
else:
expected += ['option_shutdown_anysegwit/odd']
assert features == expected