This commit is contained in:
admin@arionum.com
2019-09-14 02:13:44 +03:00
parent b77018de6f
commit f86ececf92

View File

@@ -359,7 +359,7 @@ class Block
} else { } else {
_log("Counting AroDev blockchain votes", 3); _log("Counting AroDev blockchain votes", 3);
// If less than 50% of the mns have voting key, AroDev's votes are used // If less than 50% of the mns have voting key, AroDev's votes are used
$r=$db->run("SELECT message FROM transactions WHERE version=107 AND height>:height AND public_key=:pub", [':height'=>$height-129600*, ":pub"=>$arodev]); $r=$db->run("SELECT message FROM transactions WHERE version=107 AND height>:height AND public_key=:pub", [':height'=>$height-129600, ":pub"=>$arodev]);
foreach ($r as $x) { foreach ($r as $x) {
$voted[]=san($x['message']); $voted[]=san($x['message']);
} }