Merge pull request #3649 from matiu/bug/scan-flag
fix backup flag from server
This commit is contained in:
commit
9f78d35bfb
2 changed files with 2 additions and 1 deletions
|
|
@ -305,7 +305,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.updateError = bwsError.msg(err, gettext('Could not update Wallet'));
|
||||
} else {
|
||||
if (!opts.quiet)
|
||||
self.setOngoingProcess('scanning', ret.wallet.scanning);
|
||||
self.setOngoingProcess('scanning', ret.wallet.scanStatus == 'running');
|
||||
}
|
||||
return cb(err, ret);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue