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() {
|
this.clearTransactionHistory = function() {
|
||||||
storageService.removeTxHistory(c.walletId, function(err) {
|
storageService.removeTxHistory(c.walletId, function(err) {
|
||||||
if (err) {
|
if (err) {
|
||||||
$log.err(err);
|
$log.error(err);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue