From 957f85fa58057708d14c3d2ede4cfd5472c2187d Mon Sep 17 00:00:00 2001 From: CPerezz <37264926+CPerezz@users.noreply.github.com> Date: Fri, 17 Apr 2026 10:19:55 +0200 Subject: [PATCH] Update trie/bintrie/hasher.go Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com> --- trie/bintrie/hasher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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