aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-10-23 13:32:42 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-10-23 13:33:13 +0200
commit2a1090d4f55c307ddf50639cdedf329de1f5a02a (patch)
tree5ffda2b4acac63c6ae9dad3785e7d0c312643eea /qa/pull-tester
parentbf7c1958d1994c497387f8a2de678a06348f7874 (diff)
parent65ef3723024881b7b21597bb784503094a323fb4 (diff)
downloadbitcoin-2a1090d4f55c307ddf50639cdedf329de1f5a02a.tar.xz
Merge pull request #6351
65ef372 Add BIP65 to getblockchaininfo softforks list (Peter Todd) cde7ab2 Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-fork (Peter Todd) 287f54f Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic (Peter Todd)
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 8a431d718d..7e682d530a 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -70,6 +70,8 @@ testScripts = [
'blockchain.py',
]
testScriptsExt = [
+ 'bip65-cltv.py',
+ 'bip65-cltv-p2p.py',
'bipdersig-p2p.py',
'bipdersig.py',
'getblocktemplate_longpoll.py',