From d0b64c7218cb7b91727b8b145866bfa60a901d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Thu, 20 Jun 2024 14:56:03 +0200 Subject: [PATCH] Run speedloader on initial app start --- src/state/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/index.ts b/src/state/index.ts index 1f704a2a..e91cfa4f 100644 --- a/src/state/index.ts +++ b/src/state/index.ts @@ -325,7 +325,7 @@ export const model: IStoreModel = { const speed = setTimeout(() => { actions.setSpeedloaderLoading(true); }, 3000); - if (gossipSyncEnabled && !firstStartup && Chain === "mainnet") { + if (gossipSyncEnabled && Chain === "mainnet") { if (enforceSpeedloaderOnStartup) { log.d("Clearing speedloader files"); try {