aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-08-14 21:19:15 +0200
committerGitHub <[email protected]>2021-08-14 21:19:15 +0200
commit1374bb47c272cd2a87657002109482f0905f43dd (patch)
treed8ea00de27e9d368eccc0ced87c4aa4a522524bb /qa/pull-tester/rpc-tests.py
parentMerge pull request #2451 from patricklodder/1.14.4-feefilter-rpc (diff)
parentfix arithmetic; adds to standard testing (diff)
downloaddiscoin-1374bb47c272cd2a87657002109482f0905f43dd.tar.xz
discoin-1374bb47c272cd2a87657002109482f0905f43dd.zip
Merge pull request #2450 from xanimo/1.14.4-txn_doublespend
qa: txn_dblspend - fix arithmetic
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-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 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',