Skip to content

Commit 457e40c

Browse files
committed
[FIX] Cryptorush API fix
1 parent b0e0789 commit 457e40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/include/classes/tools.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function getPrice() {
8989
return @$aData['return']['markets'][$strCurrency]['lasttradeprice'];
9090
break;
9191
case 'cryptorush':
92-
return @$aData["$strCurrency/" . $this->config['price']['target']]['last_trade'];
92+
return @$aData["$strCurrency/" . $this->config['price']['currency']]['last_trade'];
9393
break;
9494
case 'mintpal':
9595
return @$aData['0']['last_price'];

0 commit comments

Comments
 (0)