aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-01-16 23:14:49 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-03-14 16:20:59 +0100
commitfad7dc8a6c0ca9c067a249cf8896dd2e64703e48 (patch)
tree791009ceefacd686627c82a02da4cfde4296a50c /qa
parentfa3a81af18347a1d3fed41aa89ee643cbf0e7abc (diff)
downloadbitcoin-fad7dc8a6c0ca9c067a249cf8896dd2e64703e48.tar.xz
[qa] wallet: speed up tests
Diffstat (limited to 'qa')
-rwxr-xr-xqa/rpc-tests/wallet.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/qa/rpc-tests/wallet.py b/qa/rpc-tests/wallet.py
index 6cd879e4a0..3cd495deb6 100755
--- a/qa/rpc-tests/wallet.py
+++ b/qa/rpc-tests/wallet.py
@@ -267,10 +267,6 @@ class WalletTest (BitcoinTestFramework):
stop_nodes(self.nodes)
wait_bitcoinds()
self.nodes = start_nodes(3, self.options.tmpdir, [[m]] * 3)
- connect_nodes_bi(self.nodes,0,1)
- connect_nodes_bi(self.nodes,1,2)
- connect_nodes_bi(self.nodes,0,2)
- self.sync_all()
assert_equal(balance_nodes, [self.nodes[i].getbalance() for i in range(3)])