diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 6bb31a2b..d2302b0c 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -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';