mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +00:00
Update trie/bintrie/hasher.go
Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
This commit is contained in:
parent
b4a7118d06
commit
957f85fa58
1 changed files with 1 additions and 1 deletions
|
|
@ -43,5 +43,5 @@ func sha256Sum256(data []byte) [32]byte {
|
|||
return sha256.Sum256(data)
|
||||
}
|
||||
|
||||
// parallelHashDepth controls below which depth hashing is parallelised.
|
||||
// parallelHashDepth controls the tree hashing parallelization depth threshold
|
||||
const parallelHashDepth = 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue