fix: remove stale todo

This commit is contained in:
0xjvn 2026-04-02 12:51:37 +05:30
parent 023565d6d6
commit 144ba36423

View file

@ -1091,7 +1091,6 @@ func (bc *BlockChain) setHeadBeyondRoot(head uint64, time uint64, root common.Ha
rawdb.DeleteBody(db, hash, num)
rawdb.DeleteReceipts(db, hash, num)
}
// Todo(rjl493456442) log index, etc
}
// If SetHead was only called as a chain reparation method, try to skip
// touching the header chain altogether, unless the freezer is broken