fix habdle import wallet

This commit is contained in:
Javier 2016-06-15 12:15:06 -03:00
commit abb4f60ada
2 changed files with 18 additions and 34 deletions

View file

@ -290,7 +290,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
} else {
self.isSingleAddress = !!ret.wallet.singleAddress;
if (!opts.quiet)
self.updating = ret.wallet.scanStatus == 'running';
self.updating = ret.wallet.scanStatus == 'running';
}
return cb(err, ret);
});
@ -1032,7 +1032,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
});
};
self.initGlidera = function(accessToken) {
self.glideraEnabled = configService.getSync().glidera.enabled;
self.glideraTestnet = configService.getSync().glidera.testnet;