mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
triedb/database: minor docstring fix
This commit is contained in:
parent
3531caf221
commit
ee1b2c7c86
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ type StateReader interface {
|
||||||
Storage(accountHash, storageHash common.Hash) ([]byte, error)
|
Storage(accountHash, storageHash common.Hash) ([]byte, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// StateDatabase warps the methods of a backing state store.
|
// StateDatabase wraps the methods of a backing state store.
|
||||||
type StateDatabase interface {
|
type StateDatabase interface {
|
||||||
// StateReader returns a state reader associated with the specific state.
|
// StateReader returns a state reader associated with the specific state.
|
||||||
// An error will be returned if the specified state is not available.
|
// An error will be returned if the specified state is not available.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue