mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
pytest: allow log_all_io through get_nodes.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
76e7f8aa5c
commit
b0d9182fc3
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user