FIX: no wallet refresh upon startup (faster to start app)

This commit is contained in:
Overtorment 2019-02-10 01:08:33 +00:00
parent 8d48489e89
commit dceeb14a07

View File

@ -32,7 +32,7 @@ async function startAndDecrypt(retry) {
let securityAlert = require('./security-alert');
await securityAlert.start();
// now, lets try to fetch balance and txs for first wallet if it is time for it
let hadToRefresh = false;
/* let hadToRefresh = false;
let noErr = true;
try {
let wallets = BlueApp.getWallets();
@ -58,7 +58,7 @@ async function startAndDecrypt(retry) {
if (hadToRefresh && noErr) {
await BlueApp.saveToDisk(); // caching
}
} */
}
if (!success && password) {