aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/mempool_limit.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-05-15 12:20:15 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-05-15 12:58:56 +0200
commitfad68f751aff024bcbc1587640c3591aab5a80f7 (patch)
treefba427e9331b5f99a8df173bcfc4761318229722 /qa/rpc-tests/mempool_limit.py
parentfac93497986b5f74716383bf26c78406253c625a (diff)
downloadbitcoin-fad68f751aff024bcbc1587640c3591aab5a80f7.tar.xz
[qa] Reduce node count for some tests
Diffstat (limited to 'qa/rpc-tests/mempool_limit.py')
-rwxr-xr-xqa/rpc-tests/mempool_limit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/mempool_limit.py b/qa/rpc-tests/mempool_limit.py
index c1c5558a95..4438c152df 100755
--- a/qa/rpc-tests/mempool_limit.py
+++ b/qa/rpc-tests/mempool_limit.py
@@ -20,7 +20,7 @@ class MempoolLimitTest(BitcoinTestFramework):
def __init__(self):
super().__init__()
self.setup_clean_chain = True
- self.num_nodes = 2
+ self.num_nodes = 1
self.txouts = gen_return_txouts()