add err
This commit is contained in:
parent
7c4434adc6
commit
d4183d97d7
1 changed files with 1 additions and 1 deletions
|
|
@ -558,7 +558,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
|
||||||
storageService.removeTxHistory(wallet.id, function(err) {
|
storageService.removeTxHistory(wallet.id, function(err) {
|
||||||
if (err) {
|
if (err) {
|
||||||
$log.error(err);
|
$log.error(err);
|
||||||
return cb();
|
return cb(err);
|
||||||
}
|
}
|
||||||
return cb();
|
return cb();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue