mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-22 22:54:33 +00:00
review feedback
This commit is contained in:
parent
b65394e1ab
commit
d23431c053
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue