Add bip68-sequence.py to extended rpc tests

This commit is contained in:
BtcDrak 2016-02-13 15:42:24 +00:00
parent 26e9a05cc3
commit caf138122d

View File

@ -113,6 +113,7 @@ testScriptsExt = [
'bip9-softforks.py', 'bip9-softforks.py',
'bip65-cltv.py', 'bip65-cltv.py',
'bip65-cltv-p2p.py', 'bip65-cltv-p2p.py',
'bip68-sequence.py',
'bipdersig-p2p.py', 'bipdersig-p2p.py',
'bipdersig.py', 'bipdersig.py',
'getblocktemplate_longpoll.py', 'getblocktemplate_longpoll.py',