diff --git a/include/block.inc.php b/include/block.inc.php index b168064..27fdf20 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -95,6 +95,8 @@ public function difficulty($height=0){ $height=$current['height']; + if($height==10801) return 5555555555; //hard fork 10900 resistance + $limit=20; if($height<20) $limit=$height-1;