This commit is contained in:
Matias Alejo Garcia 2017-01-18 14:25:39 -03:00
parent 7c4434adc6
commit d4183d97d7
No known key found for this signature in database
GPG Key ID: 02470DB551277AB3
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ angular.module('copayApp.services').factory('walletService', function($log, $tim
storageService.removeTxHistory(wallet.id, function(err) {
if (err) {
$log.error(err);
return cb();
return cb(err);
}
return cb();
});