consensus/clique: fix comment typo (#18103)

This commit is contained in:
mr_franklin 2018-11-14 20:50:30 +08:00 committed by Péter Szilágyi
parent 23de6197f9
commit 9a000601c6

View File

@ -696,7 +696,7 @@ func (c *Clique) SealHash(header *types.Header) common.Hash {
return sigHash(header)
}
// Close implements consensus.Engine. It's a noop for clique as there is are no background threads.
// Close implements consensus.Engine. It's a noop for clique as there are no background threads.
func (c *Clique) Close() error {
return nil
}