fix account setting in Trezor/Ledger
This commit is contained in:
parent
194b20d4a2
commit
c5ffc4e7dd
2 changed files with 6 additions and 6 deletions
|
|
@ -297,6 +297,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
|
||||
lopts.externalSource = walletService.externalSource.trezor.id;
|
||||
lopts.bwsurl = $scope.formData.bwsurl;
|
||||
lopts.account = account;
|
||||
ongoingProcess.set('importingWallet', true);
|
||||
$log.debug('Import opts', lopts);
|
||||
|
||||
|
|
@ -353,6 +354,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
|
||||
lopts.externalSource = lopts.externalSource = walletService.externalSource.ledger.id;
|
||||
lopts.bwsurl = $scope.formData.bwsurl;
|
||||
lopts.account = account;
|
||||
ongoingProcess.set('importingWallet', true);
|
||||
$log.debug('Import opts', lopts);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue