From c29a83ade47739375a83b449e62dd3130ae1dc6e Mon Sep 17 00:00:00 2001 From: Giulio Date: Tue, 16 Jul 2024 22:28:21 +0200 Subject: [PATCH] save --- turbo/snapshotsync/snapshotsync.go | 1 + 1 file changed, 1 insertion(+) diff --git a/turbo/snapshotsync/snapshotsync.go b/turbo/snapshotsync/snapshotsync.go index 83da3b78a11..e33c8098dbf 100644 --- a/turbo/snapshotsync/snapshotsync.go +++ b/turbo/snapshotsync/snapshotsync.go @@ -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 }