From 2e9332b7a01399959f9ee3ffcdd7a1dcc19ab7d0 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Fri, 13 Sep 2013 15:49:07 +0200 Subject: [PATCH] fixed cryptsy API example --- public/include/config/global.inc.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 682cf4a8..6bb31a2b 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -78,7 +78,7 @@ $config['wallet']['password'] = 'testnet'; * currency = `BTC` * * Optional (cryptsy.com): - * url = `https://www.cryptsy.com` + * url = `https://pubapi.cryptsy.com` * target = `/api.php?method=marketdata` * currency = `BTC` **/