Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jan 5, 2024
1 parent e4d52e0 commit fbf0f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo/snapshotsync/freezeblocks/block_snapshots.go
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,7 @@ func BuildMissedIndices(logPrefix string, ctx context.Context, dirs datadir.Dirs
if err := buildIdx(gCtx, sn, chainConfig, tmpDir, p, log.LvlInfo, logger); err != nil {
return fmt.Errorf("%s: %w", sn.Name(), err)
}
return nil
})
}
}
Expand Down

0 comments on commit fbf0f8a

Please sign in to comment.