diff --git a/test/functional/fundrawtransaction-hd.py b/test/functional/fundrawtransaction-hd.py index 2e50c0cd54..d17a18182d 100755 --- a/test/functional/fundrawtransaction-hd.py +++ b/test/functional/fundrawtransaction-hd.py @@ -442,6 +442,7 @@ class RawTransactionsTest(BitcoinTestFramework): self.stop_node(3) self.nodes[1].encryptwallet("test") self.nodes.pop(1) + wait_node(1) self.nodes = self.start_nodes(4, self.options.tmpdir, [['-usehd=1']] * self.num_nodes, stderr=sys.stdout) # This test is not meant to test fee estimation and we'd like diff --git a/test/functional/fundrawtransaction.py b/test/functional/fundrawtransaction.py index b8a57aae4c..b9488f9b43 100755 --- a/test/functional/fundrawtransaction.py +++ b/test/functional/fundrawtransaction.py @@ -454,6 +454,7 @@ class RawTransactionsTest(BitcoinTestFramework): self.stop_node(3) self.nodes[1].encryptwallet("test") self.nodes.pop(1) + wait_node(1) self.nodes = self.start_nodes(self.num_nodes, self.options.tmpdir, [['-usehd=0']] * self.num_nodes) # This test is not meant to test fee estimation and we'd like