Skip to content

Commit

Permalink
consensus: fix comment typo (#17562)
Browse files Browse the repository at this point in the history
  • Loading branch information
ult-bobonovski authored and fjl committed Sep 3, 2018
1 parent 5c0954a commit 992b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 992b779

Please sign in to comment.