MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / setup_network

Method setup_network

test/functional/p2p_segwit.py:204–208  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

202 self.skip_if_no_wallet()
203
204 def setup_network(self):
205 self.setup_nodes()
206 connect_nodes(self.nodes[0], 1)
207 connect_nodes(self.nodes[0], 2)
208 self.sync_all()
209
210 # Helper functions
211

Callers

nothing calls this directly

Calls 3

connect_nodesFunction · 0.90
sync_allMethod · 0.80
setup_nodesMethod · 0.45

Tested by

no test coverage detected