mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-17 13:06:36 +02:00
df-tests: test_node_reannounce correct features
This commit is contained in:
parent
c055198869
commit
09834bbc8d
1 changed files with 2 additions and 0 deletions
|
|
@ -1033,6 +1033,8 @@ def test_node_reannounce(node_factory, bitcoind):
|
|||
assert only_one(l2.rpc.listnodes(l1.info['id'])['nodes'])['alias'].startswith('JUNIORBEAM')
|
||||
|
||||
lfeatures = expected_node_features()
|
||||
if l1.config('experimental-dual-fund'):
|
||||
lfeatures = expected_node_features(extra=[223])
|
||||
|
||||
# Make sure it gets features correct.
|
||||
assert only_one(l2.rpc.listnodes(l1.info['id'])['nodes'])['features'] == lfeatures
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue