mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
Code quality issues - Remove unused code (#6864)
* remove unused code * gofmt * remove junk file * bring back metrics-related functions * bring back keymanager's code
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
var log = logrus.WithField("prefix", "aggregation")
|
||||
var _ = logrus.WithField("prefix", "aggregation")
|
||||
|
||||
var (
|
||||
// ErrBitsOverlap is returned when two bitlists overlap with each other.
|
||||
|
||||
@@ -30,7 +30,7 @@ type attList []*ethpb.Attestation
|
||||
var aggregateSignatures = bls.AggregateSignatures
|
||||
var signatureFromBytes = bls.SignatureFromBytes
|
||||
|
||||
var log = logrus.WithField("prefix", "aggregation.attestations")
|
||||
var _ = logrus.WithField("prefix", "aggregation.attestations")
|
||||
|
||||
// ErrInvalidAttestationCount is returned when insufficient number
|
||||
// of attestations is provided for aggregation.
|
||||
|
||||
Reference in New Issue
Block a user