Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio2002 committed Jul 16, 2024
1 parent 9384dd1 commit c29a83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions turbo/snapshotsync/snapshotsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ func computeBlocksToPrune(blockReader services.FullBlockReader, p prune.Mode) (b
if historyPruneTo <= frozenBlocks {
historyToPrune = frozenBlocks - historyPruneTo
}
fmt.Println("blocksToPrune", blocksToPrune, "historyToPrune", historyToPrune)
return blocksToPrune, historyToPrune
}

Expand Down

0 comments on commit c29a83a

Please sign in to comment.