diff options
| author | Patrick Lodder <[email protected]> | 2021-06-27 00:37:10 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2021-08-05 18:24:17 +0200 |
| commit | 4c46af04830cec3da6ecfbf677ef3d826a5892e6 (patch) | |
| tree | 8e2c6490458c57ff690788195b298cc4edd07891 /qa/pull-tester | |
| parent | Merge pull request #2415 from rnicoll/1.14.4-rbf-fee (diff) | |
| download | discoin-4c46af04830cec3da6ecfbf677ef3d826a5892e6.tar.xz discoin-4c46af04830cec3da6ecfbf677ef3d826a5892e6.zip | |
[fees] introduce configurable hard dust limit
Co-authored-by: Ross Nicoll <[email protected]>
Diffstat (limited to 'qa/pull-tester')
| -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 f7a2deb0d..fd78d3701 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -153,6 +153,7 @@ testScripts = [ 'signmessages.py', # 'nulldummy.py', 'import-rescan.py', + 'harddustlimit.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', |