mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
wait for node1 in fundrawtransaction(-hd).py tests
This commit is contained in:
parent
6c0b5053bc
commit
3fe858e53f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user