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

Method setup_network

test/functional/wallet_labels.py:29–31  ·  view source on GitHub ↗

Don't connect nodes.

(self)

Source from the content-addressed store, hash-verified

27 self.extra_args = [['-deprecatedrpc=accounts'], []]
28
29 def setup_network(self):
30 """Don't connect nodes."""
31 self.setup_nodes()
32
33 def skip_test_if_missing_module(self):
34 self.skip_if_no_wallet()

Callers

nothing calls this directly

Calls 1

setup_nodesMethod · 0.45

Tested by

no test coverage detected