Skip to content

Commit

Permalink
typo fix verifyBlocksDataAvailability.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
teenager-ETH authored Dec 21, 2024
1 parent fb62d22 commit 0a3ea79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function verifyBlocksDataAvailability(
if (signal.aborted) {
throw new ErrorAborted("verifyBlocksDataAvailability");
}
// Validate status of only not yet finalized blocks, we don't need yet to propogate the status
// Validate status of only not yet finalized blocks, we don't need yet to propagate the status
// as it is not used upstream anywhere
const {dataAvailabilityStatus, availableBlockInput} = await maybeValidateBlobs(chain, blockInput, signal, opts);
dataAvailabilityStatuses.push(dataAvailabilityStatus);
Expand Down

0 comments on commit 0a3ea79

Please sign in to comment.