aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorBtcDrak <btcdrak@gmail.com>2016-02-13 15:42:24 +0000
committerBtcDrak <btcdrak@gmail.com>2016-02-13 15:42:24 +0000
commit6ba8b2a6c4d1bc393dd7c4734090a4c0dfa750c2 (patch)
tree955716a205a9eeee35d67432b75bc8084563edaa /qa/pull-tester
parent80d1f2e48364f05b2cdf44239b3a1faa0277e58e (diff)
downloadbitcoin-6ba8b2a6c4d1bc393dd7c4734090a4c0dfa750c2.tar.xz
Add bip68-sequence.py to extended rpc tests
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index e7173fda08..7649c1183b 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -110,6 +110,7 @@ testScripts = [
testScriptsExt = [
'bip65-cltv.py',
'bip65-cltv-p2p.py',
+ 'bip68-sequence.py',
'bipdersig-p2p.py',
'bipdersig.py',
'getblocktemplate_longpoll.py',