Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Dec 19, 2024
1 parent 59674c6 commit 5d276c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ private void onFirstSeen(
.handleException(this::logLocalElBlobsLookupFailure)
.thenCompose(__ -> rpcFetchDelay)
.thenRun(() -> fetchMissingBlockOrBlobsFromRPC(slotAndBlockRoot))
.handleException(this::logBlockOrBlobsRPCFailure));
.finish(this::logBlockOrBlobsRPCFailure));
}

@VisibleForTesting
Expand Down

0 comments on commit 5d276c4

Please sign in to comment.