8000 Allow eth transfers in address widget. · etherscan-io/Ethplorer@2ba17bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 2ba17bb

Browse files
committed
Allow eth transfers in address widget.
1 parent dbf1423 commit 2ba17bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ public function getAddressPriceHistoryGrouped(){
507507
$this->sendError(104, 'Invalid address format');
508508
}
509509
}
510-
$withEth = !!$this->getRequest('withEth', FALSE);
510+
$withEth = $this->getRequest('withEth', FALSE);
511511
$result = array('history' => $this->db->getAddressPriceHistoryGrouped($address, FALSE, $withEth));
512512
if(isset($result['history']['cache'])) $this->cacheState = $result['history']['cache'];
513513
else $this->cacheState = '';

0 commit comments

Comments
 (0)
0