core/state: fix incorrect comment for stateBloomFileSuffix in pruner.go

This commit is contained in:
radik878 2025-09-09 10:42:13 +03:00 committed by GitHub
parent 5035064421
commit 7ef7af5aa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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