mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-05 19:05:03 +00:00
trie: fix comment typo (#17350)
This commit is contained in:
parent
a1eb9c7d13
commit
8051a0768a
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const secureKeyLength = 11 + 32
|
|||
|
||||
// DatabaseReader wraps the Get and Has method of a backing store for the trie.
|
||||
type DatabaseReader interface {
|
||||
// Get retrieves the value associated with key form the database.
|
||||
// Get retrieves the value associated with key from the database.
|
||||
Get(key []byte) (value []byte, err error)
|
||||
|
||||
// Has retrieves whether a key is present in the database.
|
||||
|
|
|
|||
Loading…
Reference in a new issue