8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf1423 commit 2ba17bbCopy full SHA for 2ba17bb
api/controller.php
@@ -507,7 +507,7 @@ public function getAddressPriceHistoryGrouped(){
507
$this->sendError(104, 'Invalid address format');
508
}
509
510
- $withEth = !!$this->getRequest('withEth', FALSE);
+ $withEth = $this->getRequest('withEth', FALSE);
511
$result = array('history' => $this->db->getAddressPriceHistoryGrouped($address, FALSE, $withEth));
512
if(isset($result['history']['cache'])) $this->cacheState = $result['history']['cache'];
513
else $this->cacheState = '';
0 commit comments