From 547cac4afbe2f12ca259cef0cf840f7db019a9ee Mon Sep 17 00:00:00 2001 From: Arionum Date: Mon, 13 Aug 2018 03:31:43 +0300 Subject: [PATCH] diff split --- include/block.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/block.inc.php b/include/block.inc.php index 1f16048..daa521d 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -267,7 +267,7 @@ $this->reset_fails_masternodes($mn_winner, $height, $hash); } }elseif($height>=80450){ $type=$height%2; - + $current=$db->row("SELECT difficulty from blocks ORDER by height DESC LIMIT 1,1"); $blks=0; $total_time=0; $blk = $db->run("SELECT `date`, height FROM blocks ORDER by height DESC LIMIT 20");