diff options
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -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 7eb6038dc..02e858d96 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -129,7 +129,7 @@ testScripts = [ 'reindex.py', # vv Tests less than 30s vv 'mempool_resurrect_test.py', - #'txn_doublespend.py --mineblock', + 'txn_doublespend.py --mineblock', 'txn_clone.py', 'getchaintips.py', 'rest.py', |