Merge pull request #4643 from JDonadio/bug/import-hw

Fix import hw
This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-03 11:04:49 -03:00 committed by GitHub
commit ee3d96f30e
1 changed files with 0 additions and 2 deletions

View File

@ -283,7 +283,6 @@ angular.module('copayApp.controllers').controller('importController',
};
$scope.importTrezor = function(account, isMultisig) {
var $scope = $scope;
trezor.getInfoForNewWallet(isMultisig, account, function(err, lopts) {
ongoingProcess.clear();
if (err) {
@ -357,7 +356,6 @@ angular.module('copayApp.controllers').controller('importController',
};
$scope.importLedger = function(account) {
var $scope = $scope;
ledger.getInfoForNewWallet(true, account, function(err, lopts) {
ongoingProcess.clear();
if (err) {