MCPcopy Create free account
hub / github.com/LUX-Core/lux / sync_all

Method sync_all

test/functional/test_framework/test_framework.py:319–325  ·  view source on GitHub ↗
(self, node_groups=None)

Source from the content-addressed store, hash-verified

317 self.sync_all()
318
319 def sync_all(self, node_groups=None):
320 if not node_groups:
321 node_groups = [self.nodes]
322
323 for group in node_groups:
324 sync_blocks(group)
325 sync_mempools(group)
326
327 def enable_mocktime(self):
328 """Enable mocktime for the script.

Callers 6

setup_networkMethod · 0.95
split_networkMethod · 0.95
join_networkMethod · 0.95
_zmq_testMethod · 0.45
setup_networkMethod · 0.45
run_testMethod · 0.45

Calls 2

sync_blocksFunction · 0.70
sync_mempoolsFunction · 0.70

Tested by

no test coverage detected