Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Jan 18, 2025
1 parent 68551eb commit deb1cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/snapshotsync/snapshotsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ func WaitForDownloader(ctx context.Context, logPrefix string, dirs datadir.Dirs,
if caplin == OnlyCaplin && !strings.Contains(p.Name, "beaconblocks") && !strings.Contains(p.Name, "blobsidecars") && !strings.Contains(p.Name, "caplin") {
continue
}
fmt.Println(isStateSnapshot(p.Name), blockReader.FreezingCfg().DisableDownloadE3, p.Name)

if isStateSnapshot(p.Name) && blockReader.FreezingCfg().DisableDownloadE3 {
continue
}
Expand Down

0 comments on commit deb1cae

Please sign in to comment.