From 144ba3642337d85d27e83bf8a46a381db88bae5b Mon Sep 17 00:00:00 2001 From: 0xjvn Date: Thu, 2 Apr 2026 12:51:37 +0530 Subject: [PATCH] fix: remove stale todo --- core/blockchain.go | 1 - 1 file changed, 1 deletion(-) 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