Skip to content

Commit

Permalink
Update pebbledb.go
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Jan 3, 2025
1 parent ef8c336 commit 4333750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/v2/db/pebbledb.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
var _ corestore.KVStoreWithBatch = (*PebbleDB)(nil)

// PebbleDB implements `corestore.KVStoreWithBatch` using PebbleDB as the underlying storage engine.
// It is used for only store v2 migration, since some clients use PebbleDB as
// It is used only for store v2 migration, since some clients use PebbleDB as
// the IAVL v0/v1 backend.
type PebbleDB struct {
storage *pebble.DB
Expand Down

0 comments on commit 4333750

Please sign in to comment.