Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 6512838

Browse files
Update learn/specs/store.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent bf5087e commit 6512838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/specs/store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Note: While blocks are stored as complete units in the store, the block manager
2525
- `SaveValidators`: Saves the validator set at a given height.
2626
- `GetValidators`: Returns the validator set at a given height.
2727

28-
The `TxnDatastore` interface inside [go-datastore] is used for constructing different key-value stores for the underlying storage of a full node. The are two different implementations of `TxnDatastore` in [kv.go]:
28+
The `TxnDatastore` interface inside [go-datastore] is used for constructing different key-value stores for the underlying storage of a full node. There are two different implementations of `TxnDatastore` in [kv.go]:
2929

3030
- `NewDefaultInMemoryKVStore`: Builds a key-value store that uses the [BadgerDB] library and operates in-memory, without accessing the disk. Used only across unit tests and integration tests.
3131

0 commit comments

Comments
 (0)