From 97300517086621f8e3868774370ddb4566760b54 Mon Sep 17 00:00:00 2001 From: Alex Morcos Date: Sun, 15 Nov 2015 15:12:22 -0500 Subject: [PATCH] add bip65 tests to rpc-tests.sh -extended --- qa/pull-tester/rpc-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 97aecc5e3cb..7278c2bfcde 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'