mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
consensus: nitpick dot
This commit is contained in:
parent
eb256ca0b1
commit
a598f068f0
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ type Engine interface {
|
|||
Prepare(chain ChainReader, header *types.Header) error
|
||||
|
||||
// Finalize runs any post-transaction state modifications (e.g. block rewards)
|
||||
// but does not assemble the block
|
||||
// but does not assemble the block.
|
||||
// Note: The block header and state database might be updated to reflect any
|
||||
// consensus rules that happen at finalization (e.g. block rewards).
|
||||
Finalize(chain ChainReader, header *types.Header, state *state.StateDB, txs []*types.Transaction,
|
||||
|
|
|
|||
Loading…
Reference in a new issue