diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-10-01 21:07:31 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-10-02 11:16:44 +0200 |
commit | fa7c35c4ec630838178b4674288da33561a66f08 (patch) | |
tree | faf4539ae38778a4d6ca5bc2d39efb8685d1e653 /qa/rpc-tests/fundrawtransaction.py | |
parent | 6faffb8a83db3f209a303a4464dbdd597faad5a4 (diff) |
[qa] util: Move wait_bitcoinds() into stop_nodes()
Diffstat (limited to 'qa/rpc-tests/fundrawtransaction.py')
-rwxr-xr-x | qa/rpc-tests/fundrawtransaction.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qa/rpc-tests/fundrawtransaction.py b/qa/rpc-tests/fundrawtransaction.py index eeb8476634..8c45578fcf 100755 --- a/qa/rpc-tests/fundrawtransaction.py +++ b/qa/rpc-tests/fundrawtransaction.py @@ -470,7 +470,6 @@ class RawTransactionsTest(BitcoinTestFramework): self.nodes[1].encryptwallet("test") self.nodes.pop(1) stop_nodes(self.nodes) - wait_bitcoinds() self.nodes = start_nodes(self.num_nodes, self.options.tmpdir) # This test is not meant to test fee estimation and we'd like |