Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taratorio committed Feb 5, 2025
1 parent 7bb003c commit 47dc53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/app/snapshots_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@ func openSnaps(ctx context.Context, cfg ethconfig.BlocksFreezing, dirs datadir.D
var bridgeStore bridge.Store
var heimdallStore heimdall.Store
if chainConfig.Bor != nil {
const PolygonSync = false
const PolygonSync = true
if PolygonSync {
bridgeStore = bridge.NewSnapshotStore(bridge.NewMdbxStore(dirs.DataDir, logger, true, 0), borSnaps, chainConfig.Bor)
heimdallStore = heimdall.NewSnapshotStore(heimdall.NewMdbxStore(logger, dirs.DataDir, true, 0), borSnaps)
Expand Down

0 comments on commit 47dc53b

Please sign in to comment.