core: remove todo

This commit is contained in:
Manav Darji 2025-04-30 15:00:09 -04:00
parent 73fa700a9a
commit 04e49397b2
No known key found for this signature in database
GPG key ID: A426F0124435F36E

View file

@ -622,9 +622,6 @@ func (bc *BlockChain) ProcessBlock(block *types.Block, parent *types.Header, wit
if err != nil {
return nil, nil, 0, nil, 0, err
}
// TODO(manav): confirm if not setting logger here affects block-stm or not as it's removed
// from upstream
// parallelStatedb.SetLogger(bc.logger)
processorCount++