aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Morcos <morcos@chaincode.com>2015-11-15 15:12:22 -0500
committerAlex Morcos <morcos@chaincode.com>2015-11-15 15:12:22 -0500
commit97300517086621f8e3868774370ddb4566760b54 (patch)
treec957e3df8a41b6894f85a26a65c6993c5666eaa1
parent7e278929df53e1fb4191bc5ba3176a177ce718bf (diff)
downloadbitcoin-97300517086621f8e3868774370ddb4566760b54.tar.xz
add bip65 tests to rpc-tests.sh -extended
-rwxr-xr-xqa/pull-tester/rpc-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 97aecc5e3c..7278c2bfcd 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -31,6 +31,8 @@ testScripts=(
testScriptsExt=(
'bipdersig-p2p.py'
'bipdersig.py'
+ 'bip65-cltv-p2p.py'
+ 'bip65-cltv.py'
'getblocktemplate_longpoll.py'
'getblocktemplate_proposals.py'
'pruning.py'