Skip to content

Commit 8c7ad25

Browse files
committed
Bug fixed.
1 parent f74843c commit 8c7ad25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/lib/ethplorer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2171,7 +2171,7 @@ public function getTokenPrice($address, $updateCache = FALSE){
21712171
}
21722172
$price30d = $this->getTokenPrice30d($address);
21732173
if($price30d && $result['rate']){
2174-
$pdiff = _getPDiff($result['rate'], $price30d);
2174+
$pdiff = $this->_getPDiff($result['rate'], $price30d);
21752175
if($pdiff){
21762176
$result['diff30d'] = $pdiff;
21772177
}

0 commit comments

Comments
 (0)