Skip to content

Commit fa62dad

Browse files
author
MarcoFalke
committed
[qa] fundrawtx: Fix shutdown race
1 parent 9fec4da commit fa62dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/fundrawtransaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ def run_test(self):
452452
self.stop_node(2)
453453
self.stop_node(3)
454454
self.nodes[1].encryptwallet("test")
455-
self.nodes.pop(1)
455+
bitcoind_processes[1].wait(timeout=BITCOIND_PROC_WAIT_TIMEOUT)
456456

457457
self.nodes = self.start_nodes(self.num_nodes, self.options.tmpdir)
458458
# This test is not meant to test fee estimation and we'd like

0 commit comments

Comments
 (0)