Skip to content

Commit 8111810

Browse files
committed
shorter key
1 parent 21b7933 commit 8111810

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/store/keys.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ const (
2424

2525
// LastPrunedBlockHeightKey is the metadata key used for persisting the last
2626
// pruned block height in the store.
27-
LastPrunedBlockHeightKey = "last-pruned-block-height"
27+
LastPrunedBlockHeightKey = "lst-prnd-b"
2828

2929
// LastPrunedStateHeightKey is the metadata key used for persisting the last
3030
// pruned state height in the store.
31-
LastPrunedStateHeightKey = "last-pruned-state-height"
31+
LastPrunedStateHeightKey = "lst-prnd-s"
3232

3333
headerPrefix = "h"
3434
dataPrefix = "d"

0 commit comments

Comments
 (0)