From a598f068f0a385829af770ccd657c43bb229dbdb Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Wed, 20 Mar 2019 11:39:23 +0100 Subject: [PATCH] consensus: nitpick dot --- consensus/consensus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/consensus.go b/consensus/consensus.go index bd0e22753d..efb0ddf28c 100644 --- a/consensus/consensus.go +++ b/consensus/consensus.go @@ -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,