review feedback

This commit is contained in:
Guillaume Ballet 2026-03-11 17:48:08 +01:00
parent b65394e1ab
commit d23431c053
No known key found for this signature in database

View file

@ -119,7 +119,7 @@ func (bt *StemNode) Hash() common.Hash {
if v != nil {
h.Reset()
h.Write(v)
copy(data[i][:], h.Sum(nil))
h.Sum(data[i][:0])
}
}
h.Reset()