fixed incorrect url
This commit is contained in:
parent
379e15525a
commit
2cf8636c70
1 changed files with 1 additions and 1 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue