mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-10 05:53:46 +00:00
remove todo
This commit is contained in:
parent
a5ba992bff
commit
50db55daa5
1 changed files with 0 additions and 1 deletions
|
|
@ -1543,7 +1543,6 @@ func (bc *BlockChain) writeBlockWithState(block *types.Block, receipts []*types.
|
||||||
bc.chainHeadFeed.Send(ChainHeadEvent{Block: block})
|
bc.chainHeadFeed.Send(ChainHeadEvent{Block: block})
|
||||||
}
|
}
|
||||||
syncData := block.StateSyncData()
|
syncData := block.StateSyncData()
|
||||||
// TODO: add emitStateSyncEvent flag check
|
|
||||||
for _, data := range syncData {
|
for _, data := range syncData {
|
||||||
bc.stateSyncFeed.Send(StateSyncEvent{StateData: data})
|
bc.stateSyncFeed.Send(StateSyncEvent{StateData: data})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue