MCPcopy Create free account
hub / github.com/ElementsProject/elements / setup_network

Method setup_network

test/functional/feature_filelock.py:18–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16 self.num_nodes = 2
17
18 def setup_network(self):
19 self.add_nodes(self.num_nodes, extra_args=None)
20 self.nodes[0].start()
21 self.nodes[0].wait_for_rpc_connection()
22
23 def run_test(self):
24 datadir = os.path.join(self.nodes[0].datadir, self.chain)

Callers

nothing calls this directly

Calls 3

add_nodesMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected