aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-16 09:50:41 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-16 09:50:46 +0100
commit595c8d6301cf77dc7e2afd3b990edc0c80277f5f (patch)
treec957e3df8a41b6894f85a26a65c6993c5666eaa1
parent7e278929df53e1fb4191bc5ba3176a177ce718bf (diff)
parent97300517086621f8e3868774370ddb4566760b54 (diff)
Merge pull request #7021
9730051 add bip65 tests to rpc-tests.sh -extended (Alex Morcos)
-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'