mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-31 16:58:31 +00:00
minor fix
This commit is contained in:
parent
9f42196c75
commit
53f7175cd8
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user