triedb/database: minor docstring fix

pull/30712/head
Martin HS 1 day ago committed by GitHub
parent 3531caf221
commit ee1b2c7c86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      triedb/database/database.go

@ -60,7 +60,7 @@ type StateReader interface {
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 {
// StateReader returns a state reader associated with the specific state.
// An error will be returned if the specified state is not available.

Loading…
Cancel
Save