mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-20 13:27:36 +02:00
pyln-testing: understand gossip_store_file arg in get_nodes.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
7d02d5749a
commit
ca023f2b5e
1 changed files with 1 additions and 0 deletions
|
|
@ -1544,6 +1544,7 @@ class NodeFactory(object):
|
|||
'wait_for_bitcoind_sync',
|
||||
'allow_bad_gossip',
|
||||
'start',
|
||||
'gossip_store_file',
|
||||
]
|
||||
node_opts = {k: v for k, v in opts.items() if k in node_opt_keys}
|
||||
cli_opts = {k: v for k, v in opts.items() if k not in node_opt_keys}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue