diff --git a/sanity.php b/sanity.php index 1c504e8..5e52802 100755 --- a/sanity.php +++ b/sanity.php @@ -665,7 +665,7 @@ foreach ($f as $x) { //recheck the last blocks -if ($_config['sanity_recheck_blocks'] > 0 && $_config['testnet'] == false) { +if ($_config['sanity_recheck_blocks'] > 0 && $_config['testnet'] == false&&1==2) { _log("Rechecking blocks"); $blocks = []; $all_blocks_ok = true;