remove unused parameter
This commit is contained in:
parent
f65e971cf4
commit
7254da8ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -1005,7 +1005,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
};
|
};
|
||||||
|
|
||||||
// UX event handlers
|
// 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');
|
$log.debug('The wallet transaction history has been deleted');
|
||||||
self.txHistory = [];
|
self.txHistory = [];
|
||||||
self.updateHistory();
|
self.updateHistory();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue