From 3fe858e53f5fbf0123ae1d3d221164342fc5c194 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Fri, 5 Jul 2019 22:21:00 -0500 Subject: [PATCH] wait for node1 in fundrawtransaction(-hd).py tests --- test/functional/fundrawtransaction-hd.py | 1 + test/functional/fundrawtransaction.py | 1 + 2 files changed, 2 insertions(+) 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