diff options
author | BtcDrak <btcdrak@gmail.com> | 2016-02-13 15:42:24 +0000 |
---|---|---|
committer | BtcDrak <btcdrak@gmail.com> | 2016-03-29 10:34:07 +0100 |
commit | caf138122decac7d96b2f53c0c894277cb0f33ca (patch) | |
tree | 77365a288be603166ff91b88bcf5a44497a1488c | |
parent | 26e9a05cc3192ce19b7c46043aeb12230d3207a5 (diff) |
Add bip68-sequence.py to extended rpc tests
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
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', |