aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2015-08-26 18:15:04 -0700
committerSuhas Daftuar <sdaftuar@gmail.com>2015-11-30 13:02:04 -0500
commit0c9959a3081328f1a8f4d9a5d27d1559b6ede561 (patch)
treefdcb09e994ecd67c97977e506a121639b17cc4d1 /qa/pull-tester
parent34e02e0147188a7e364489db23128a05505e7a4c (diff)
downloadbitcoin-0c9959a3081328f1a8f4d9a5d27d1559b6ede561.tar.xz
Add failing test checking timelocked-txn removal during reorg
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 5004b09c18..0955724174 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -77,7 +77,7 @@ testScripts = [
'rawtransactions.py',
'rest.py',
'mempool_spendcoinbase.py',
- 'mempool_coinbase_spends.py',
+ 'mempool_reorg.py',
'httpbasics.py',
'zapwallettxes.py',
'proxy_test.py',