Updated the update method on the treiHasher object.
This commit is contained in:
parent
b5c70a3094
commit
95319e5252
@ -62,7 +62,7 @@ func prefixedRlpHash(prefix byte, x interface{}) (h core.Hash) {
|
|||||||
// This is internal, do not use.
|
// This is internal, do not use.
|
||||||
type TrieHasher interface {
|
type TrieHasher interface {
|
||||||
Reset()
|
Reset()
|
||||||
Update([]byte, []byte) error
|
Update([]byte, []byte)
|
||||||
Hash() core.Hash
|
Hash() core.Hash
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user