From 0c17d78356dcf9e8259d153b7ffd51080cde9c05 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Tue, 31 Jan 2023 23:25:26 +0100 Subject: [PATCH] Fix: typo Fix: typo --- documentation/en/block-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/en/block-validation.md b/documentation/en/block-validation.md index ccd83a904..d178a0667 100644 --- a/documentation/en/block-validation.md +++ b/documentation/en/block-validation.md @@ -34,7 +34,7 @@ Assemble a `FullTipSet` populated with the single block received earlier. `(*Syncer).collectHeaders()`: we retrieve all tipsets from the received block down to our chain. Validation now is expanded to *every* block inside these tipsets. -`V`: Beacon entires are ordered by their round number. +`V`: Beacon entries are ordered by their round number. `V:` Tipset `Parents` CIDs match the fetched parent tipset through block sync. (This check is not enforced correctly at the moment, see [issue](https://github.com/filecoin-project/lotus/issues/1918).)