diff options
| author | Ross Nicoll <[email protected]> | 2021-07-24 17:18:27 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2021-07-25 19:48:53 +0100 |
| commit | 9362186ba795b180c3d2cc42244d2a3f05bfeb5c (patch) | |
| tree | 59f85cde6b76410b1d81c071cb25eb065f86f62b /qa/pull-tester/rpc-tests.py | |
| parent | Merge pull request #1941 from elybin/fixing-indonesian-translation (diff) | |
| download | discoin-9362186ba795b180c3d2cc42244d2a3f05bfeb5c.tar.xz discoin-9362186ba795b180c3d2cc42244d2a3f05bfeb5c.zip | |
tests: Fix replace-by-fee values for Dogecoin
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 f36b54dc0..b3cf10cd3 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -159,6 +159,7 @@ testScripts = [ 'rpcnamedargs.py', 'listsinceblock.py', 'p2p-leaktests.py', + 'replace-by-fee.py', ] if ENABLE_ZMQ: testScripts.append('zmq_test.py') @@ -190,7 +191,6 @@ testScriptsExt = [ 'invalidateblock.py', 'maxblocksinflight.py', 'p2p-acceptblock.py', - 'replace-by-fee.py', ] |