fixing cryptsy again, ty @Metice

This commit is contained in:
Sebastian Grewe 2013-09-16 17:25:04 +02:00
parent 8ad5a234c0
commit 8abe371fba

View File

@ -78,9 +78,9 @@ $config['wallet']['password'] = 'testnet';
* currency = `BTC`
*
* Optional (cryptsy.com):
* url = `https://pubapi.cryptsy.com`
* target = `/api.php?method=marketdata`
* url = `http://pubapi.cryptsy.com`
* currency = `BTC`
* target = `/api.php?method=marketdata`
**/
$config['price']['url'] = 'https://btc-e.com';
$config['price']['target'] = '/api/2/ltc_usd/ticker';