aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@chaincode.com>2015-11-18 20:55:52 -0500
committerWladimir J. van der Laan <laanwj@gmail.com>2015-12-01 11:03:57 +0100
commit2b31ab90c4ca1e1a7037ad02424ac51b6b86160c (patch)
treeba37c620f048832f3a2830b7149afe48e603c5c5 /qa/pull-tester
parent6e8b07f5f3117d1346e2e720c61ba3e8b08f7cd8 (diff)
downloadbitcoin-2b31ab90c4ca1e1a7037ad02424ac51b6b86160c.tar.xz
Add rpc test for prioritisetransaction
Diffstat (limited to 'qa/pull-tester')
-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 598567e5a3..f7d8be69ae 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -99,6 +99,7 @@ testScripts = [
'disablewallet.py',
'sendheaders.py',
'keypool.py',
+ 'prioritise_transaction.py',
]
testScriptsExt = [
'bip65-cltv.py',