aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-02-15 17:17:14 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-02-15 17:17:24 +0100
commit18cb2d5090553f9a3e786b73731db3a1b1f1919c (patch)
tree4a3fcaadf4044950e576b983e82a7caa107e7070
parentbf1e113311fe225c9a3a78f9d0fb5e43974573b7 (diff)
parent6ba8b2a6c4d1bc393dd7c4734090a4c0dfa750c2 (diff)
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 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',