Skip to content

Commit

Permalink
comment improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 19, 2024
1 parent 0548757 commit 59674c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,8 @@ private BlockBlobSidecarsTracker internalOnNewBlock(
.handleException(this::logLocalElBlobsLookupFailure)
.thenRun(
() -> {
// only run if RPC block fetch has happened
// only run if RPC block fetch has happened ( no blobs RPC fetch
// has occurred)
if (existingTracker.isRpcBlockFetchTriggered()) {
fetchMissingBlockOrBlobsFromRPC(slotAndBlockRoot);
}
Expand Down

0 comments on commit 59674c6

Please sign in to comment.