diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-10-23 13:32:42 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2015-10-23 13:33:13 +0200 |
| commit | 2a1090d4f55c307ddf50639cdedf329de1f5a02a (patch) | |
| tree | 5ffda2b4acac63c6ae9dad3785e7d0c312643eea /qa/pull-tester | |
| parent | Merge pull request #5936 (diff) | |
| parent | Add BIP65 to getblockchaininfo softforks list (diff) | |
| download | archived-discoin-2a1090d4f55c307ddf50639cdedf329de1f5a02a.tar.xz archived-discoin-2a1090d4f55c307ddf50639cdedf329de1f5a02a.zip | |
Merge pull request #6351
65ef372 Add BIP65 to getblockchaininfo softforks list (Peter Todd)
cde7ab2 Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-fork (Peter Todd)
287f54f Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic (Peter Todd)
Diffstat (limited to 'qa/pull-tester')
| -rwxr-xr-x | qa/pull-tester/rpc-tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 8a431d718..7e682d530 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -70,6 +70,8 @@ testScripts = [ 'blockchain.py', ] testScriptsExt = [ + 'bip65-cltv.py', + 'bip65-cltv-p2p.py', 'bipdersig-p2p.py', 'bipdersig.py', 'getblocktemplate_longpoll.py', |