[UPDATE] Removed some newlines/whitespaces

This commit is contained in:
Sebastian Grewe 2013-11-12 10:10:03 +01:00
parent 08a59f0d96
commit 010a9f6f00

View File

@ -69,9 +69,6 @@ $config['wallet']['host'] = 'localhost:19334';
$config['wallet']['username'] = 'testnet'; $config['wallet']['username'] = 'testnet';
$config['wallet']['password'] = 'testnet'; $config['wallet']['password'] = 'testnet';
/** /**
* Getting Started Config * Getting Started Config
* *
@ -84,9 +81,6 @@ $config['gettingstarted']['coinname'] = 'Litecoin';
$config['gettingstarted']['coinurl'] = 'http://www.litecoin.org'; $config['gettingstarted']['coinurl'] = 'http://www.litecoin.org';
$config['gettingstarted']['stratumport'] = '3333'; $config['gettingstarted']['stratumport'] = '3333';
/** /**
* API configuration to fetch prices for set currency * API configuration to fetch prices for set currency
* *
@ -115,7 +109,6 @@ $config['price']['url'] = 'https://btc-e.com';
$config['price']['target'] = '/api/2/ltc_usd/ticker'; $config['price']['target'] = '/api/2/ltc_usd/ticker';
$config['price']['currency'] = 'USD'; $config['price']['currency'] = 'USD';
/** /**
* Automatic payout thresholds * Automatic payout thresholds
* *