mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
broadcast log when insert block
This commit is contained in:
parent
f370c7c453
commit
43ad80bc0f
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ func (p *StateProcessor) ProcessBlockNoValidator(cBlock *CalculatedBlock, stated
|
|||
return nil, nil, 0, ErrStopPreparingBlock
|
||||
}
|
||||
receipts[i] = receipt
|
||||
allLogs = append(allLogs, receipt.Logs...)
|
||||
}
|
||||
// Finalize the block, applying any consensus engine specific extras (e.g. block rewards)
|
||||
p.engine.Finalize(p.bc, header, statedb, block.Transactions(), block.Uncles(), receipts)
|
||||
|
|
|
|||
Loading…
Reference in a new issue