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

Method setup_network

test/functional/feature_blocksign.py:89–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 ]] * self.num_nodes
88
89 def setup_network(self):
90 self.setup_nodes()
91 # Connect non-signing node to a single signing one (to not pass blocks between signers)
92 self.connect_nodes(0, self.num_nodes-1)
93
94 def check_height(self, expected_height):
95 for n in self.nodes:

Callers

nothing calls this directly

Calls 2

connect_nodesMethod · 0.80
setup_nodesMethod · 0.45

Tested by

no test coverage detected