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

Method setup_network

test/functional/rpc_fundrawtransaction.py:35–41  ·  view source on GitHub ↗
(self, split=False)

Source from the content-addressed store, hash-verified

33 self.skip_if_no_wallet()
34
35 def setup_network(self, split=False):
36 self.setup_nodes()
37
38 connect_nodes_bi(self.nodes, 0, 1)
39 connect_nodes_bi(self.nodes, 1, 2)
40 connect_nodes_bi(self.nodes, 0, 2)
41 connect_nodes_bi(self.nodes, 0, 3)
42
43 def run_test(self):
44 min_relay_tx_fee = self.nodes[0].getnetworkinfo()['relayfee']

Callers

nothing calls this directly

Calls 2

connect_nodes_biFunction · 0.90
setup_nodesMethod · 0.45

Tested by

no test coverage detected