aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBtcDrak <btcdrak@gmail.com>2016-02-13 15:42:24 +0000
committerBtcDrak <btcdrak@gmail.com>2016-03-29 10:34:07 +0100
commitcaf138122decac7d96b2f53c0c894277cb0f33ca (patch)
tree77365a288be603166ff91b88bcf5a44497a1488c
parent26e9a05cc3192ce19b7c46043aeb12230d3207a5 (diff)
downloadbitcoin-caf138122decac7d96b2f53c0c894277cb0f33ca.tar.xz
Add bip68-sequence.py to extended rpc tests
-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 f7e98dbf64..37014cf76a 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -113,6 +113,7 @@ testScriptsExt = [
'bip9-softforks.py',
'bip65-cltv.py',
'bip65-cltv-p2p.py',
+ 'bip68-sequence.py',
'bipdersig-p2p.py',
'bipdersig.py',
'getblocktemplate_longpoll.py',