From a266b1c332a774d3b09957828e07a9f0d49c07f1 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Tue, 5 Jul 2022 10:06:49 -0400 Subject: [PATCH] Fix parallel typo in trie/hasher.go --- trie/hasher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie/hasher.go b/trie/hasher.go index 2949a3ddeece..9e17d639fc95 100644 --- a/trie/hasher.go +++ b/trie/hasher.go @@ -30,7 +30,7 @@ type hasher struct { sha crypto.KeccakState tmp []byte encbuf rlp.EncoderBuffer - parallel bool // Whether to use paralallel threads when hashing + parallel bool // Whether to use parallel threads when hashing } // hasherPool holds pureHashers