mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
py-tests: rename 'announce' to 'wait_for_announce'
Better description of what the option actually does -- if true waits for the announcement messages to be generated and exchanged.
This commit is contained in:
@@ -1040,7 +1040,7 @@ def setup_multihtlc_test(node_factory, bitcoind):
|
||||
# 1 failed (CLTV2)
|
||||
# 2 live (CLTV2)
|
||||
# 1 live (CLTV3)
|
||||
nodes = node_factory.line_graph(7, announce=True,
|
||||
nodes = node_factory.line_graph(7, wait_for_announce=True,
|
||||
opts={'dev-no-reconnect': None,
|
||||
'may_reconnect': True})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user