mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
pytest: allow log_all_io through get_nodes.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
76e7f8aa5c
commit
b0d9182fc3
1 changed files with 1 additions and 0 deletions
|
@ -676,6 +676,7 @@ class NodeFactory(object):
|
|||
'may_fail',
|
||||
'may_reconnect',
|
||||
'random_hsm',
|
||||
'log_all_io',
|
||||
]
|
||||
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
Reference in a new issue