diff options
author | Matt Corallo <git@bluematt.me> | 2015-08-26 18:15:04 -0700 |
---|---|---|
committer | Suhas Daftuar <sdaftuar@gmail.com> | 2015-11-30 13:02:04 -0500 |
commit | 0c9959a3081328f1a8f4d9a5d27d1559b6ede561 (patch) | |
tree | fdcb09e994ecd67c97977e506a121639b17cc4d1 /qa/pull-tester | |
parent | 34e02e0147188a7e364489db23128a05505e7a4c (diff) |
Add failing test checking timelocked-txn removal during reorg
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 2 |
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', |