From 89dfd2d5478e7e0befc53fdf2f00c43616cb7277 Mon Sep 17 00:00:00 2001 From: Ario Date: Fri, 27 Sep 2019 02:14:38 +0200 Subject: [PATCH] remove remover --- sanity.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sanity.php b/sanity.php index fdfddfc..ba144ba 100755 --- a/sanity.php +++ b/sanity.php @@ -626,11 +626,11 @@ if ($current['height'] < $largest_height && $largest_height > 1) { $to_remove=intval($argv[2]); } _log("Removing $to_remove blocks, the blockchain is stale."); - $block->pop($to_remove); + //$block->pop($to_remove); $resyncing=true; } elseif ($current['date']pop(200); + //$block->pop(200); $resyncing=true; }