Merge #7531: Add bip68-sequence.py to extended rpc tests

6ba8b2a Add bip68-sequence.py to extended rpc tests (BtcDrak)
This commit is contained in:
Wladimir J. van der Laan
2016-02-15 17:17:14 +01:00

View File

@@ -110,6 +110,7 @@ testScripts = [
testScriptsExt = [ testScriptsExt = [
'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',