diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-02-15 17:17:14 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-02-15 17:17:24 +0100 |
| commit | 18cb2d5090553f9a3e786b73731db3a1b1f1919c (patch) | |
| tree | 4a3fcaadf4044950e576b983e82a7caa107e7070 | |
| parent | Merge #7487: Workaround Travis-side CI issues (diff) | |
| parent | Add bip68-sequence.py to extended rpc tests (diff) | |
| download | discoin-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-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 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', |