fix backup flag from server

This commit is contained in:
Matias Alejo Garcia 2015-12-10 16:40:40 -03:00
commit ebec92354f

View file

@ -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);
});