mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +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})
|
||||
}
|
||||
syncData := block.StateSyncData()
|
||||
// TODO: add emitStateSyncEvent flag check
|
||||
for _, data := range syncData {
|
||||
bc.stateSyncFeed.Send(StateSyncEvent{StateData: data})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue