lightningd: opt_var_onion is now a compulsory feature.

We're about to drop support for legacy.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-03-08 05:01:36 +10:30
parent 36466af3eb
commit 0db05f6e9c
4 changed files with 5 additions and 5 deletions

View File

@@ -1548,7 +1548,7 @@ def test_plugin_feature_announce(node_factory):
# Check the featurebits we've set in the `init` message from
# feature-test.py.
assert l1.daemon.is_in_log(r'\[OUT\] 001000022200....{}'
assert l1.daemon.is_in_log(r'\[OUT\] 001000022100....{}'
.format(expected_peer_features(extra=[201] + extra)))
# Check the invoice featurebit we set in feature-test.py