consensus/clique: fix comment typo

This commit is contained in:
Franklin 2018-11-14 20:45:17 +08:00
parent 23de6197f9
commit 428b1b76b2

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
}