diff --git a/src/js/controllers/modals/wallets.js b/src/js/controllers/modals/wallets.js
index 65fea3891..0a0128f47 100644
--- a/src/js/controllers/modals/wallets.js
+++ b/src/js/controllers/modals/wallets.js
@@ -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 = {};