mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
core: remove todo
This commit is contained in:
parent
73fa700a9a
commit
04e49397b2
1 changed files with 0 additions and 3 deletions
|
|
@ -622,9 +622,6 @@ func (bc *BlockChain) ProcessBlock(block *types.Block, parent *types.Header, wit
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, nil, 0, nil, 0, err
|
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++
|
processorCount++
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue