mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +00:00
parent
cb7f35996d
commit
926b3e08ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue