mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 10:50:44 +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 {
|
if v != nil {
|
||||||
h.Reset()
|
h.Reset()
|
||||||
h.Write(v)
|
h.Write(v)
|
||||||
copy(data[i][:], h.Sum(nil))
|
h.Sum(data[i][:0])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
h.Reset()
|
h.Reset()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue