skips scan if wallet is incomplete with changing bws server
This commit is contained in:
parent
35dc017dda
commit
c58cad3d8b
1 changed files with 1 additions and 0 deletions
|
|
@ -810,6 +810,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
|
|
||||||
self.startScan = function(walletId) {
|
self.startScan = function(walletId) {
|
||||||
var c = profileService.walletClients[walletId];
|
var c = profileService.walletClients[walletId];
|
||||||
|
if (!c.isComplete()) return;
|
||||||
|
|
||||||
if (self.walletId == walletId)
|
if (self.walletId == walletId)
|
||||||
self.setOngoingProcess('scanning', true);
|
self.setOngoingProcess('scanning', true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue