mn reward

This commit is contained in:
Ario
2019-09-28 16:25:13 +02:00
parent 82ed34bb92
commit 26243a60f8

View File

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