Fix: typo

Fix: typo
This commit is contained in:
omahs 2023-01-31 23:25:26 +01:00 committed by GitHub
parent fa97016573
commit 0c17d78356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).)