trie: fix parallel typo in trie/hasher.go #25241 (#1095)

This commit is contained in:
Daniel Liu 2025-06-17 13:32:04 +08:00 committed by GitHub
parent 6200e8d7de
commit 3a6beedb8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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