diff options
author | Suhas Daftuar <sdaftuar@chaincode.com> | 2015-11-18 20:55:52 -0500 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-12-01 11:03:57 +0100 |
commit | 2b31ab90c4ca1e1a7037ad02424ac51b6b86160c (patch) | |
tree | ba37c620f048832f3a2830b7149afe48e603c5c5 /qa/pull-tester | |
parent | 6e8b07f5f3117d1346e2e720c61ba3e8b08f7cd8 (diff) |
Add rpc test for prioritisetransaction
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 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', |