qa: Remove redundant checkmempool/checkblockindex extra_args

This commit is contained in:
MarcoFalke
2018-08-08 14:30:09 -04:00
parent df9f712746
commit fa31ca0c22
5 changed files with 4 additions and 8 deletions

View File

@ -11,11 +11,10 @@ that spend (directly or indirectly) coinbase transactions.
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
# Create one-input, one-output, no-fee transaction:
class MempoolCoinbaseTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 2
self.extra_args = [["-checkmempool"]] * 2
alert_filename = None # Set by setup_network