diff options
| author | Dakoda Greaves <[email protected]> | 2021-08-13 12:14:57 -0700 |
|---|---|---|
| committer | Dakoda Greaves <[email protected]> | 2021-08-13 19:12:16 -0700 |
| commit | 1c3253808990fd1d6487843e1472b09fef73ef05 (patch) | |
| tree | ffd46d37f4eafdabe062d162d9b9c7c7e508b3db /qa/pull-tester | |
| parent | Merge pull request #2437 from michilumin/1.14.4-mintxfee (diff) | |
| download | discoin-1c3253808990fd1d6487843e1472b09fef73ef05.tar.xz discoin-1c3253808990fd1d6487843e1472b09fef73ef05.zip | |
fix arithmetic; adds to standard testing
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 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', |