mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
fixup! zeroconf: Customize the init
message with peer-specific features
This commit is contained in:
parent
45154952de
commit
a539183cad
@ -1202,7 +1202,6 @@ def test_zeroconf_negotiation(node_factory):
|
||||
l1, l2, l3 = node_factory.get_nodes(3, opts=opts)
|
||||
l1.daemon.opts['zeroconf-allow'] = l2.info["id"]
|
||||
l1.restart() # Restart so the zeroconf-allow takes effect
|
||||
breakpoint()
|
||||
|
||||
l1.connect(l2)
|
||||
line = l1.daemon.wait_for_log(r'Sending init with global_features=[a-f0-9]+ and init_features=([a-f0-9]+)')
|
||||
|
Loading…
Reference in New Issue
Block a user