drop outdated comment

This commit is contained in:
Jeromy 2020-04-14 16:37:10 -07:00
parent 4e6839b5ef
commit 05536042f9

View File

@ -982,7 +982,6 @@ func (syncer *Syncer) collectHeaders(ctx context.Context, from *types.TipSet, to
}
{
// TODO: Not sure what this check is aiming to do exactly, but it doesnt quite work
// ensure consistency of beacon entires
targetBE := from.Blocks()[0].BeaconEntries
sorted := sort.SliceIsSorted(targetBE, func(i, j int) bool {