We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da50997 commit fa9976bCopy full SHA for fa9976b
qa/rpc-tests/test_framework/test_framework.py
@@ -20,6 +20,7 @@
20
sync_blocks,
21
sync_mempools,
22
stop_nodes,
23
+ stop_node,
24
wait_bitcoinds,
25
enable_coverage,
26
check_json_precision,
@@ -49,6 +50,9 @@ def setup_chain(self):
49
50
else:
51
initialize_chain(self.options.tmpdir, self.num_nodes)
52
53
+ def stop_node(self, num_node):
54
+ stop_node(self.nodes[num_node], num_node)
55
+
56
def setup_nodes(self):
57
return start_nodes(self.num_nodes, self.options.tmpdir)
58
0 commit comments