Skip to content

Commit

Permalink
consensus/clique: fix comment typo (ethereum#18103)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFranklin authored and karalabe committed Nov 14, 2018
1 parent 23de619 commit 9a00060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/clique/clique.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9a00060

Please sign in to comment.