mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-18 21:01:38 +00:00
commit missing file
This commit is contained in:
parent
ddfa296b6b
commit
6dcb2f58f6
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ func merkleNodeHasher(blob []byte) (common.Hash, error) {
|
||||||
// binaryNodeHasher computes the hash of the given verkle node.
|
// binaryNodeHasher computes the hash of the given verkle node.
|
||||||
func binaryNodeHasher(blob []byte) (common.Hash, error) {
|
func binaryNodeHasher(blob []byte) (common.Hash, error) {
|
||||||
if len(blob) == 0 {
|
if len(blob) == 0 {
|
||||||
return types.EmptyVerkleHash, nil
|
return types.EmptyBinaryHash, nil
|
||||||
}
|
}
|
||||||
n, err := bintrie.DeserializeNode(blob, 0)
|
n, err := bintrie.DeserializeNode(blob, 0)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue