diff options
| author | Patrick Lodder <[email protected]> | 2021-08-14 21:19:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-14 21:19:15 +0200 |
| commit | 1374bb47c272cd2a87657002109482f0905f43dd (patch) | |
| tree | d8ea00de27e9d368eccc0ced87c4aa4a522524bb /qa/pull-tester/rpc-tests.py | |
| parent | Merge pull request #2451 from patricklodder/1.14.4-feefilter-rpc (diff) | |
| parent | fix arithmetic; adds to standard testing (diff) | |
| download | discoin-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-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', |