remove unused parameter

This commit is contained in:
Javier 2015-10-30 12:57:38 -03:00
parent f65e971cf4
commit 7254da8ae2
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
};
// UX event handlers
$rootScope.$on('Local/ClearHistory', function(event, walletId) {
$rootScope.$on('Local/ClearHistory', function(event) {
$log.debug('The wallet transaction history has been deleted');
self.txHistory = [];
self.updateHistory();