block rechecl restore

This commit is contained in:
Arionum
2018-08-14 02:39:18 +03:00
parent ffc87d69bf
commit d688423d3e

View File

@@ -665,7 +665,7 @@ foreach ($f as $x) {
//recheck the last blocks
if ($_config['sanity_recheck_blocks'] > 0 && $_config['testnet'] == false&&1==2) {
if ($_config['sanity_recheck_blocks'] > 0 && $_config['testnet'] == false) {
_log("Rechecking blocks");
$blocks = [];
$all_blocks_ok = true;