mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user