diff options
| author | Ed <[email protected]> | 2021-08-11 14:01:42 -0500 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2021-08-17 08:51:18 +0100 |
| commit | e90e8e5cba03639292b68d055fab08c57ef47d81 (patch) | |
| tree | b115d23064dce9238d88eb3501661842bac882a6 /qa/pull-tester/rpc-tests.py | |
| parent | Remove relay-only rounding (diff) | |
| download | discoin-e90e8e5cba03639292b68d055fab08c57ef47d81.tar.xz discoin-e90e8e5cba03639292b68d055fab08c57ef47d81.zip | |
Create feelimit.py test
Create feelimit.py test to verify the updated fee values now rounding has been eliminated.
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', |