fix backup flag from server
This commit is contained in:
parent
0b09cc441a
commit
ebec92354f
1 changed files with 1 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'));
|
self.updateError = bwsError.msg(err, gettext('Could not update Wallet'));
|
||||||
} else {
|
} else {
|
||||||
if (!opts.quiet)
|
if (!opts.quiet)
|
||||||
self.setOngoingProcess('scanning', ret.wallet.scanning);
|
self.setOngoingProcess('scanning', ret.wallet.scanStatus == 'running');
|
||||||
}
|
}
|
||||||
return cb(err, ret);
|
return cb(err, ret);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue