We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b7933 commit 8111810Copy full SHA for 8111810
1 file changed
pkg/store/keys.go
@@ -24,11 +24,11 @@ const (
24
25
// LastPrunedBlockHeightKey is the metadata key used for persisting the last
26
// pruned block height in the store.
27
- LastPrunedBlockHeightKey = "last-pruned-block-height"
+ LastPrunedBlockHeightKey = "lst-prnd-b"
28
29
// LastPrunedStateHeightKey is the metadata key used for persisting the last
30
// pruned state height in the store.
31
- LastPrunedStateHeightKey = "last-pruned-state-height"
+ LastPrunedStateHeightKey = "lst-prnd-s"
32
33
headerPrefix = "h"
34
dataPrefix = "d"
0 commit comments