fix log error
This commit is contained in:
parent
d28b345e65
commit
2321baa4d7
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ angular.module('copayApp.controllers').controller('preferencesInformation',
|
|||
this.clearTransactionHistory = function() {
|
||||
storageService.removeTxHistory(c.walletId, function(err) {
|
||||
if (err) {
|
||||
$log.err(err);
|
||||
$log.error(err);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue