fix log
This commit is contained in:
parent
1ebbfe1fe1
commit
c0e4e73c40
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
|||
if (err) {
|
||||
$log.warn(bwcError.msg(err, 'BWS Error')); //TODO
|
||||
if (err instanceof errors.CONNECTION_ERROR || (err.message && err.message.match(/5../))) {
|
||||
log.info('Retrying history download in 5 secs...');
|
||||
$log.info('Retrying history download in 5 secs...');
|
||||
return $timeout(function() {
|
||||
return getNewTxs(newTxs, skip, cb);
|
||||
}, 5000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue