commit missing file

This commit is contained in:
Guillaume Ballet 2026-04-13 11:38:15 +02:00
parent ddfa296b6b
commit 6dcb2f58f6

View file

@ -100,7 +100,7 @@ func merkleNodeHasher(blob []byte) (common.Hash, error) {
// binaryNodeHasher computes the hash of the given verkle node.
func binaryNodeHasher(blob []byte) (common.Hash, error) {
if len(blob) == 0 {
return types.EmptyVerkleHash, nil
return types.EmptyBinaryHash, nil
}
n, err := bintrie.DeserializeNode(blob, 0)
if err != nil {