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.
2 parents 01c4b14 + 999923e commit 4bc853bCopy full SHA for 4bc853b
test/functional/test_framework/util.py
@@ -322,8 +322,8 @@ def _stop_node(node, i):
322
except http.client.CannotSendRequest as e:
323
logger.exception("Unable to stop node")
324
return_code = bitcoind_processes[i].wait(timeout=BITCOIND_PROC_WAIT_TIMEOUT)
325
- assert_equal(return_code, 0)
326
del bitcoind_processes[i]
+ assert_equal(return_code, 0)
327
328
def _stop_nodes(nodes):
329
"""Stop multiple bitcoind test nodes
0 commit comments