good morning!!!!

Skip to content
Snippets Groups Projects
Commit 992b7799 authored by ult-bobonovski's avatar ult-bobonovski Committed by Felix Lange
Browse files

consensus: fix comment typo (#17562)

parent 5c0954af
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment