Skip to content

Commit 83b4500

Browse files
committed
delete unused key
1 parent d64b338 commit 83b4500

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

pkg/store/keys.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ const (
1919
// DAIncludedHeightKey is the key used for persisting the da included height in store.
2020
DAIncludedHeightKey = "d"
2121

22-
// LastBatchDataKey is the key used for persisting the last batch data in store.
23-
LastBatchDataKey = "l"
24-
2522
// LastSubmittedHeaderHeightKey is the key used for persisting the last submitted header height in store.
2623
LastSubmittedHeaderHeightKey = "last-submitted-header-height"
2724

0 commit comments

Comments
 (0)