From 26243a60f807e0e6a79ab140c9c3718eddec38fa Mon Sep 17 00:00:00 2001 From: Ario Date: Sat, 28 Sep 2019 16:25:13 +0200 Subject: [PATCH] mn reward --- include/block.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/block.inc.php b/include/block.inc.php index 67247e6..fa8f419 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -345,7 +345,8 @@ class Block $mn_reward_rate=0.33; - + if ($last <= 80000) $mn_reward_rate = 0; + if ($last>216000) { $votes=[]; $r=$db->run("SELECT id,val FROM votes");