Skip to content

Commit

Permalink
default generate snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx committed Oct 8, 2024
1 parent 8023202 commit 6dd35d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbo/snapshotsync/freezeblocks/block_snapshots.go
Original file line number Diff line number Diff line change
Expand Up @@ -1684,7 +1684,7 @@ func (br *BlockRetire) RetireBlocks(ctx context.Context, requestedMinBlockNum ui
}
}

if includeBsc && br.bs.BlobKept() {
if includeBsc {
for {
okBsc, err = br.retireBscBlocks(ctx, br.blockReader.FrozenBscBlobs(), minBlockNum, lvl, seedNewSnapshots, onDeleteSnapshots)
if err != nil {
Expand Down

0 comments on commit 6dd35d9

Please sign in to comment.