Merge pull request #1859 from isocolsky/fix/rate

fixed incorrect url
This commit is contained in:
Ivan Socolsky 2014-11-21 17:00:52 -03:00
commit 31afedb41d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ RateService.prototype._fetchCurrencies = function() {
var backoffSeconds = 5;
var updateFrequencySeconds = 3600;
var rateServiceUrl = 'https://bitpaya.com/api/rates';
var rateServiceUrl = 'https://bitpay.com/api/rates';
var retrieve = function () {
log.info('Fetching exchange rates');