Skip to content

Commit 19094c3

Browse files
committed
fix redefinition issue
1 parent 86a2495 commit 19094c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

beacon_chain/gossip_processing/eth2_processor.nim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ declareHistogram beacon_block_delay,
9393
declareHistogram blob_sidecar_delay,
9494
"Time(s) between slot start and blob sidecar reception", buckets = delayBuckets
9595

96-
declareHistogram el_blob_loss,
97-
"Misses of El blobs from slot start and getBlobs call", buckets = delayBuckets
98-
99-
10096
type
10197
DoppelgangerProtection = object
10298
broadcastStartEpoch*: Epoch ##\

0 commit comments

Comments
 (0)