Skip to content

Commit

Permalink
Change comment (getting finalized checkpoint from store rather than s…
Browse files Browse the repository at this point in the history
…tate) (#7926)
  • Loading branch information
StefanBratanov authored Jan 25, 2024
1 parent 2a3c41b commit 524809a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public SafeFuture<InternalValidationResult> validate(final BlobSidecar blobSidec

/*
* [IGNORE] The sidecar is from a slot greater than the latest finalized slot -- i.e. validate that
* `block_header.slot > compute_start_slot_at_epoch(state.finalized_checkpoint.epoch)`
* `block_header.slot > compute_start_slot_at_epoch(store.finalized_checkpoint.epoch)`
*/
if (gossipValidationHelper.isSlotFinalized(blockHeader.getSlot())) {
LOG.trace("BlobSidecar is too old (slot already finalized)");
Expand Down

0 comments on commit 524809a

Please sign in to comment.