diff --git a/trie/bintrie/hasher.go b/trie/bintrie/hasher.go index d56cba96c5..74d958028d 100644 --- a/trie/bintrie/hasher.go +++ b/trie/bintrie/hasher.go @@ -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