aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-02-15 17:17:14 +0100
committerWladimir J. van der Laan <[email protected]>2016-02-15 17:17:24 +0100
commit18cb2d5090553f9a3e786b73731db3a1b1f1919c (patch)
tree4a3fcaadf4044950e576b983e82a7caa107e7070
parentMerge #7487: Workaround Travis-side CI issues (diff)
parentAdd bip68-sequence.py to extended rpc tests (diff)
downloaddiscoin-18cb2d5090553f9a3e786b73731db3a1b1f1919c.tar.xz
discoin-18cb2d5090553f9a3e786b73731db3a1b1f1919c.zip
Merge #7531: Add bip68-sequence.py to extended rpc tests
6ba8b2a Add bip68-sequence.py to extended rpc tests (BtcDrak)
-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 e7173fda0..7649c1183 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',