Skip to content

Commit

Permalink
Run speedloader on initial app start
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg authored Jun 20, 2024
1 parent 4a035f6 commit d0b64c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d0b64c7

Please sign in to comment.