aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-08-07 22:36:47 +0200
committerPatrick Lodder <[email protected]>2021-08-16 00:16:51 +0200
commit2370fc570167723a3ff4e2864962c44802470078 (patch)
tree75ff76657000124be088cc5da415e4cff0d954e9 /qa/pull-tester/rpc-tests.py
parentMerge pull request #2456 from rnicoll/1.14.4-intellij (diff)
downloaddiscoin-2370fc570167723a3ff4e2864962c44802470078.tar.xz
discoin-2370fc570167723a3ff4e2864962c44802470078.zip
qa: add -paytxfee and -mintxfee interaction test
Test that the interaction between the wallet parameters -paytxfee and -mintxfee function as intended. This has to be done using rpc tests rather than unit tests because it tests the actual parameters passed to the executables.
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 02e858d96..71c7b5f20 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -155,6 +155,7 @@ testScripts = [
# 'nulldummy.py',
'import-rescan.py',
'harddustlimit.py',
+ 'paytxfee.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',