Merge pull request #6299

4f40716 test: Move reindex test to standard tests (Wladimir J. van der Laan)
36c97b4 Bugfix: Don't check the genesis block header before accepting it (Jorge Timón)
This commit is contained in:
Wladimir J. van der Laan
2015-06-26 15:40:22 +02:00
2 changed files with 24 additions and 23 deletions

View File

@ -34,6 +34,7 @@ testScripts=(
'signrawtransactions.py'
'walletbackup.py'
'nodehandling.py'
'reindex.py'
);
testScriptsExt=(
'bipdersig-p2p.py'
@ -45,7 +46,6 @@ testScriptsExt=(
'invalidateblock.py'
'keypool.py'
'receivedby.py'
'reindex.py'
'rpcbind_test.py'
# 'script_test.py'
'smartfees.py'