fix account setting in Trezor/Ledger

This commit is contained in:
Matias Alejo Garcia 2017-06-13 14:44:39 -03:00
commit c5ffc4e7dd
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 6 additions and 6 deletions

View file

@ -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);