Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Nov 9, 2023
1 parent 8ddf45c commit 2066688
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/state/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ export const model: IStoreModel = {
const speed = setTimeout(() => {
actions.setSpeedloaderLoading(true);
}, 3000);
if (gossipSyncEnabled && !firstStartup) {
if (gossipSyncEnabled && !firstStartup && Chain === "mainnet") {
if (enforceSpeedloaderOnStartup) {
log.d("Clearing speedloader files");
try {
Expand Down

0 comments on commit 2066688

Please sign in to comment.