diff options
Diffstat (limited to 'consensus')
-rw-r--r-- | consensus/consensus.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/consensus/consensus.go b/consensus/consensus.go index 12ede7ff4..487b07be7 100644 --- a/consensus/consensus.go +++ b/consensus/consensus.go @@ -90,7 +90,7 @@ type Engine interface { // the result into the given channel. // // Note, the method returns immediately and will send the result async. More - // than one result may also be returned depending on the consensus algorothm. + // than one result may also be returned depending on the consensus algorithm. Seal(chain ChainReader, block *types.Block, results chan<- *types.Block, stop <-chan struct{}) error // SealHash returns the hash of a block prior to it being sealed. |