Bug fixes - retest intel tee.
This commit is contained in:
parent
413990f94c
commit
36cb23015a
10 changed files with 29 additions and 19 deletions
|
|
@ -262,7 +262,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
};
|
||||
|
||||
$scope.importTrezor = function(account, isMultisig) {
|
||||
trezor.getInfoForNewWallet(isMultisig, account, function(err, lopts) {
|
||||
trezor.getInfoForNewWallet(isMultisig, account, 'livenet', function(err, lopts) {
|
||||
ongoingProcess.clear();
|
||||
if (err) {
|
||||
popupService.showAlert(gettextCatalog.getString('Error'), err);
|
||||
|
|
@ -318,7 +318,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
};
|
||||
|
||||
$scope.importLedger = function(account) {
|
||||
ledger.getInfoForNewWallet(true, account, function(err, lopts) {
|
||||
ledger.getInfoForNewWallet(true, account, 'livenet', function(err, lopts) {
|
||||
ongoingProcess.clear();
|
||||
if (err) {
|
||||
popupService.showAlert(gettextCatalog.getString('Error'), err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue