Skip to content

Commit f1d736e

Browse files
committed
fix
1 parent 1575669 commit f1d736e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/gossip_processing/eth2_processor.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ proc validateBlobSidecarFromEL(
288288
when consensusFork >= ConsensusFork.Electra:
289289
let
290290
start_time = Moment.now()
291-
el_blob_loss = 0
291+
var el_blob_loss = 0
292292
let blobsFromElOpt =
293293
await self.elManager.sendGetBlobs(forkyBlck)
294294
if blobsFromElOpt.get.len > 0 and blobsFromElOpt.isSome():

0 commit comments

Comments
 (0)