Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions beacon_chain/consensus_object_pools/blob_quarantine.nim
Original file line number Diff line number Diff line change
Expand Up @@ -492,8 +492,7 @@ func hasSidecars*(
proc popSidecars*(
quarantine: var BlobQuarantine,
blockRoot: Eth2Digest,
blck: deneb.SignedBeaconBlock | electra.SignedBeaconBlock |
fulu.SignedBeaconBlock | gloas.SignedBeaconBlock
blck: deneb.SignedBeaconBlock | electra.SignedBeaconBlock
): Opt[seq[ref BlobSidecar]] =
## Function returns sequence of blob sidecars for block root ``blockRoot`` and
## block ``blck``.
Expand Down
Loading
Loading