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

Method setup_network

test/functional/feature_issuance.py:100–105  ·  view source on GitHub ↗
(self, split=False)

Source from the content-addressed store, hash-verified

98 self.skip_if_no_wallet()
99
100 def setup_network(self, split=False):
101 self.setup_nodes()
102 self.connect_nodes(0, 1)
103 self.connect_nodes(1, 0) ## ELEMENTS: investigate why we need this connection
104 self.connect_nodes(1, 2)
105 self.sync_all()
106
107 def raw_issuance(self, node, issuance_list):
108 process_raw_issuance(self, node, issuance_list)

Callers

nothing calls this directly

Calls 3

connect_nodesMethod · 0.80
setup_nodesMethod · 0.45
sync_allMethod · 0.45

Tested by

no test coverage detected