consensus: nitpick dot

This commit is contained in:
Martin Holst Swende 2019-03-20 11:39:23 +01:00
parent eb256ca0b1
commit a598f068f0
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -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,