skips scan if wallet is incomplete with changing bws server

This commit is contained in:
Matias Alejo Garcia 2015-08-14 14:13:53 -03:00
commit c58cad3d8b

View file

@ -810,6 +810,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.startScan = function(walletId) {
var c = profileService.walletClients[walletId];
if (!c.isComplete()) return;
if (self.walletId == walletId)
self.setOngoingProcess('scanning', true);