[FIX] Cryptorush API fix

This commit is contained in:
Sebastian Grewe 2014-03-19 16:44:37 +01:00
parent b0e0789522
commit 457e40c24c

View File

@ -89,7 +89,7 @@ class Tools extends Base {
return @$aData['return']['markets'][$strCurrency]['lasttradeprice'];
break;
case 'cryptorush':
return @$aData["$strCurrency/" . $this->config['price']['target']]['last_trade'];
return @$aData["$strCurrency/" . $this->config['price']['currency']]['last_trade'];
break;
case 'mintpal':
return @$aData['0']['last_price'];