diff options
| author | Patrick Lodder <[email protected]> | 2021-08-17 21:22:56 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-17 21:22:56 +0200 |
| commit | b8a29b9f59ff4f19a53be6ac80197b42e4dbd97f (patch) | |
| tree | b115d23064dce9238d88eb3501661842bac882a6 /qa/pull-tester/rpc-tests.py | |
| parent | Merge pull request #2457 from ReverseControl/1.14.4-suggested-changes-for-2297 (diff) | |
| parent | Create feelimit.py test (diff) | |
| download | archived-discoin-b8a29b9f59ff4f19a53be6ac80197b42e4dbd97f.tar.xz archived-discoin-b8a29b9f59ff4f19a53be6ac80197b42e4dbd97f.zip | |
Merge pull request #2441 from rnicoll/1.14.4-fees-disable-rounding
1.14.4 fees disable rounding
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 71c7b5f20..c5528118e 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -156,6 +156,7 @@ testScripts = [ 'import-rescan.py', 'harddustlimit.py', 'paytxfee.py', + 'feelimit.py', # While fee bumping should work in Doge, these tests depend on free transactions, which we don't support. # Disable until we can do a full rewrite of the tests (possibly upstream), or revise fee schedule, or something 'bumpfee.py', |