diff split

This commit is contained in:
Arionum
2018-08-13 03:31:43 +03:00
parent bc9c945646
commit 547cac4afb

View File

@@ -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");