We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926b3e0 commit e394d01Copy full SHA for e394d01
core/types/hashing.go
@@ -31,7 +31,7 @@ var hasherPool = sync.Pool{
31
New: func() interface{} { return sha3.NewLegacyKeccak256() },
32
}
33
34
-// deriveBufferPool holds temporary encoder buffers for DeriveSha and TX encoding.
+// encodeBufferPool holds temporary encoder buffers for DeriveSha and TX encoding.
35
var encodeBufferPool = sync.Pool{
36
New: func() interface{} { return new(bytes.Buffer) },
37
0 commit comments