mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 12:42:05 +02:00
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:
@ -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'
|
||||
|
Reference in New Issue
Block a user