From f86ececf92d23af3820d4924f4372d5706073d31 Mon Sep 17 00:00:00 2001 From: "admin@arionum.com" Date: Sat, 14 Sep 2019 02:13:44 +0300 Subject: [PATCH] typo --- include/block.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/block.inc.php b/include/block.inc.php index ffcd678..bdd66ce 100755 --- a/include/block.inc.php +++ b/include/block.inc.php @@ -359,7 +359,7 @@ class Block } else { _log("Counting AroDev blockchain votes", 3); // 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) { $voted[]=san($x['message']); }