Removes unused variable
This commit is contained in:
parent
1f3f4834c6
commit
c719e0a041
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
angular.module('copayApp.controllers').controller('walletsController', function($scope, bwsError, profileService) {
|
||||
|
||||
$scope.selectWallet = function(walletId, walletName) {
|
||||
$scope.selectWallet = function(walletId) {
|
||||
|
||||
var client = profileService.getClient(walletId);
|
||||
$scope.errorSelectedWallet = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue