minor fix

This commit is contained in:
Agnish Ghosh 2024-07-03 21:54:40 +05:30
parent 9f42196c75
commit 53f7175cd8
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ proc validateBlobSidecar*(
# let block_root = hash_tree_root(block_header)
# if dag.getBlockRef(block_root).isSome():
# return errIgnore("BlobSidecar: already have block")
# if blobQuarantine[].hasBlob(
if blobQuarantine[].hasBlob(
block_header.slot, block_header.proposer_index, blob_sidecar.index):
return errIgnore("BlobSidecar: already have valid blob from same proposer")