diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-16 09:50:41 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-11-16 09:50:46 +0100 |
commit | 595c8d6301cf77dc7e2afd3b990edc0c80277f5f (patch) | |
tree | c957e3df8a41b6894f85a26a65c6993c5666eaa1 | |
parent | 7e278929df53e1fb4191bc5ba3176a177ce718bf (diff) | |
parent | 97300517086621f8e3868774370ddb4566760b54 (diff) |
Merge pull request #7021
9730051 add bip65 tests to rpc-tests.sh -extended (Alex Morcos)
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 2 |
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' |