mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Enable dupword linter & fix findings (#12271)
* Enable dupword linter & fix findings * Correct an incorrect fix * Add nolint comment * Add another nolint comment * Revert unintended change to bazel version --------- Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
@@ -6,9 +6,9 @@ import (
|
||||
)
|
||||
|
||||
// Merkleize.go is mostly a directly copy of the same filename from
|
||||
// https://github.com/protolambda/zssz/blob/master/merkle/merkleize.go.
|
||||
// https://github.com/protolambda/zssz/blob/master/merkle/merkleize.go.
|
||||
// The reason the method is copied instead of imported is due to us using a
|
||||
// a custom hasher interface for a reduced memory footprint when using
|
||||
// custom hasher interface for a reduced memory footprint when using
|
||||
// 'Merkleize'.
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user