mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
pytest: Configure non-legacy tests correctly and filter legacy
This commit is contained in:
committed by
Rusty Russell
parent
843e21826a
commit
943b6526c7
@@ -103,8 +103,6 @@ class NodeFactory(object):
|
||||
with open(os.path.join(lightning_dir, "dev_disconnect"), "w") as f:
|
||||
f.write("\n".join(disconnect))
|
||||
daemon.cmd_line.append("--dev-disconnect=dev_disconnect")
|
||||
# TODO(cdecker) Move into LIGHTNINGD_CONFIG once legacy daemon was removed
|
||||
daemon.cmd_line.append("--dev-broadcast-interval=1000")
|
||||
rpc = LightningRpc(socket_path, self.executor)
|
||||
|
||||
node = utils.LightningNode(daemon, rpc, bitcoind, self.executor)
|
||||
|
||||
Reference in New Issue
Block a user