remove outdated comment

This commit is contained in:
whyrusleeping 2019-10-08 09:30:20 +09:00
parent 684e8e27fc
commit 983ae22a03

View File

@ -627,9 +627,6 @@ loop:
return blockSet, nil return blockSet, nil
} }
// TODO: handle the case where we are on a fork and its not a simple fast forward
// need to walk back to either a common ancestor, or until we hit the fork length threshold.
log.Warnf("(fork detected) synced header chain (%s - %d) does not link to our best block (%s - %d)", from.Cids(), from.Height(), to.Cids(), to.Height()) log.Warnf("(fork detected) synced header chain (%s - %d) does not link to our best block (%s - %d)", from.Cids(), from.Height(), to.Cids(), to.Height())
fork, err := syncer.syncFork(ctx, last, to) fork, err := syncer.syncFork(ctx, last, to)
if err != nil { if err != nil {