Add rpc test for prioritisetransaction

This commit is contained in:
Suhas Daftuar 2015-11-18 20:55:52 -05:00 committed by Wladimir J. van der Laan
parent 6e8b07f5f3
commit 2b31ab90c4
2 changed files with 148 additions and 0 deletions
qa/pull-tester

View file

@ -99,6 +99,7 @@ testScripts = [
'disablewallet.py',
'sendheaders.py',
'keypool.py',
'prioritise_transaction.py',
]
testScriptsExt = [
'bip65-cltv.py',