mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 22:50:59 +01:00
[qa] Reduce node count for some tests
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user