aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mempool_resurrect.py
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-08-08 14:30:09 -0400
committerMarcoFalke <[email protected]>2018-08-08 14:29:19 -0400
commitfa31ca0c22b35beaceaf131b8f598280abdfd58d (patch)
tree1d065c1917f17c836b346dda97d8a70a91556eaf /test/functional/mempool_resurrect.py
parentMerge #13894: shutdown: Stop threads before resetting ptrs (diff)
downloaddiscoin-fa31ca0c22b35beaceaf131b8f598280abdfd58d.tar.xz
discoin-fa31ca0c22b35beaceaf131b8f598280abdfd58d.zip
qa: Remove redundant checkmempool/checkblockindex extra_args
Diffstat (limited to 'test/functional/mempool_resurrect.py')
-rwxr-xr-xtest/functional/mempool_resurrect.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/mempool_resurrect.py b/test/functional/mempool_resurrect.py
index 1c8028dd7..d984e7642 100755
--- a/test/functional/mempool_resurrect.py
+++ b/test/functional/mempool_resurrect.py
@@ -7,11 +7,10 @@
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 = 1
- self.extra_args = [["-checkmempool"]]
def run_test(self):
node0_address = self.nodes[0].getnewaddress()