mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 17:00:32 +02:00
Add RPC tests for the CHECKLOCKTIMEVERIFY (BIP65) soft-fork
bip65-cltv.py is based on the earlier BIP66 soft-fork RPC test implemented by Pieter Wuille's819bcf9b99
bip65-cltv-p2p.py is based on the earlier BIP66 P2P test by Suhas Daftuar'sd76412b068
This commit is contained in:
@ -69,6 +69,8 @@ testScripts = [
|
||||
'p2p-fullblocktest.py',
|
||||
]
|
||||
testScriptsExt = [
|
||||
'bip65-cltv.py',
|
||||
'bip65-cltv-p2p.py',
|
||||
'bipdersig-p2p.py',
|
||||
'bipdersig.py',
|
||||
'getblocktemplate_longpoll.py',
|
||||
|
Reference in New Issue
Block a user