consensus/clique: fix comment typo (#18103)

release/1.8
mr_franklin 6 years ago committed by Péter Szilágyi
parent 23de6197f9
commit 9a000601c6
  1. 2
      consensus/clique/clique.go

@ -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
}

Loading…
Cancel
Save