mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-19 05:45:15 +01:00
FIX: no wallet refresh upon startup (faster to start app)
This commit is contained in:
parent
8d48489e89
commit
dceeb14a07
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user