From 6bf194c4487cdcaef3d3a8d7a5b95633681b2b62 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Sun, 14 Jan 2018 12:11:29 -0500 Subject: [PATCH] Update MainController.php bMvUBo1h5WS46ThHtmfmXftz3z33VHL7wc - holding 6M comm coins bMgqQqYfwzWWYBk5o5dBMXtCndVAoeqy6h - holding 4M dev fund coins --- src/Controller/MainController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Controller/MainController.php b/src/Controller/MainController.php index 31bf662..d6d21b5 100644 --- a/src/Controller/MainController.php +++ b/src/Controller/MainController.php @@ -883,7 +883,9 @@ class MainController extends AppController { $this->Addresses->find()->select(['Balance'])->where(['Address =' => 'bLPbiXBp6Vr3NSnsHzDsLNzoy5o36re9Cz'])->first() + $this->Addresses->find()->select(['Balance'])->where(['Address =' => 'bMvUBo1h5WS46ThHtmfmXftz3z33VHL7wc'])->first() + $this->Addresses->find()->select(['Balance'])->where(['Address =' => 'bVUrbCK8hcZ5XWti7b9eNxKEBxzc1rr393'])->first() + - $this->Addresses->find()->select(['Balance'])->where(['Address =' => 'bZja2VyhAC84a9hMwT8dwTU6rDRXowrjxH'])->first(); + $this->Addresses->find()->select(['Balance'])->where(['Address =' => 'bZja2VyhAC84a9hMwT8dwTU6rDRXowrjxH'])->first() + + $this->Addresses->find()->select(['Balance'])->where(['Address =' => 'bMvUBo1h5WS46ThHtmfmXftz3z33VHL7wc'])->first() + + $this->Addresses->find()->select(['Balance'])->where(['Address =' => 'bMgqQqYfwzWWYBk5o5dBMXtCndVAoeqy6h'])->first(); $reservedtotal = $reservedcommunity->Balance + $reservedoperational->Balance + $reservedinstitutional->Balance + $reservedaux->Balance;