diff --git a/core/blockchain.go b/core/blockchain.go index 464965792a..f398c2fc10 100644 --- a/core/blockchain.go +++ b/core/blockchain.go @@ -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