Fix import hardware wallet
This commit is contained in:
parent
2873f10fbc
commit
039878d3e0
1 changed files with 1 additions and 2 deletions
|
|
@ -275,7 +275,6 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
}
|
||||
account = account - 1;
|
||||
}
|
||||
var isMultisig = form.isMultisig.$modelValue;
|
||||
|
||||
switch (self.seedSourceId) {
|
||||
case ('ledger'):
|
||||
|
|
@ -284,7 +283,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
break;
|
||||
case ('trezor'):
|
||||
ongoingProcess.set('connectingtrezor', true);
|
||||
self.importTrezor(account, isMultisig);
|
||||
self.importTrezor(account, $scope.isMultisig);
|
||||
break;
|
||||
default:
|
||||
throw ('Error: bad source id');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue