Lbry addresses #35
1 changed files with 1 additions and 2 deletions
|
@ -504,8 +504,7 @@ class MainController extends AppController {
|
||||||
$richList = $this->Addresses->find()->where(['Address <>' => 'bHW58d37s1hBjj3wPBkn5zpCX3F8ZW3uWf'])->order(['Balance' => 'DESC'])->limit(500)->toArray();
|
$richList = $this->Addresses->find()->where(['Address <>' => 'bHW58d37s1hBjj3wPBkn5zpCX3F8ZW3uWf'])->order(['Balance' => 'DESC'])->limit(500)->toArray();
|
||||||
|
|
||||||
$priceRate = 0;
|
$priceRate = 0;
|
||||||
//$priceInfo = json_decode($this->redis->get(self::lbcPriceKey));
|
$priceInfo = json_decode($this->redis->get(self::lbcPriceKey));
|
||||||
$priceInfo->price = 0.05;
|
|
||||||
if (isset($priceInfo->price)) {
|
if (isset($priceInfo->price)) {
|
||||||
$priceRate = $priceInfo->price;
|
$priceRate = $priceInfo->price;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue