aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorDakoda Greaves <[email protected]>2021-08-13 12:14:57 -0700
committerDakoda Greaves <[email protected]>2021-08-13 19:12:16 -0700
commit1c3253808990fd1d6487843e1472b09fef73ef05 (patch)
treeffd46d37f4eafdabe062d162d9b9c7c7e508b3db /qa/pull-tester
parentMerge pull request #2437 from michilumin/1.14.4-mintxfee (diff)
downloaddiscoin-1c3253808990fd1d6487843e1472b09fef73ef05.tar.xz
discoin-1c3253808990fd1d6487843e1472b09fef73ef05.zip
fix arithmetic; adds to standard testing
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 fd78d3701..cd2aab2f3 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -128,7 +128,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',