From d5bf7bf1d3f84aade98c59d4422c0bd6c8342875 Mon Sep 17 00:00:00 2001 From: Arionum Date: Tue, 6 Feb 2018 14:38:20 +0200 Subject: [PATCH] 10801 diff --- include/block.inc.php | 2 ++ 1 file changed, 2 insertions(+) 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;