From 7ef7af5aa2793a84ebf1dc01f0cd3827f9e3f752 Mon Sep 17 00:00:00 2001 From: radik878 Date: Tue, 9 Sep 2025 10:42:13 +0300 Subject: [PATCH] core/state: fix incorrect comment for stateBloomFileSuffix in pruner.go --- core/state/pruner/pruner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state/pruner/pruner.go b/core/state/pruner/pruner.go index 11f3963a3e..bf55cab7b3 100644 --- a/core/state/pruner/pruner.go +++ b/core/state/pruner/pruner.go @@ -42,7 +42,7 @@ const ( // stateBloomFilePrefix is the filename prefix of state bloom filter. stateBloomFilePrefix = "statebloom" - // stateBloomFilePrefix is the filename suffix of state bloom filter. + // stateBloomFileSuffix is the filename suffix of state bloom filter. stateBloomFileSuffix = "bf.gz" // stateBloomFileTempSuffix is the filename suffix of state bloom filter