diff --git a/src/js/controllers/preferencesInformation.js b/src/js/controllers/preferencesInformation.js index 788f7dfbc..3969f26b5 100644 --- a/src/js/controllers/preferencesInformation.js +++ b/src/js/controllers/preferencesInformation.js @@ -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; }