mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
core/state: fix incorrect comment for stateBloomFileSuffix in pruner.go
This commit is contained in:
parent
5035064421
commit
7ef7af5aa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue