aboutsummaryrefslogtreecommitdiffstats
path: root/consensus
diff options
context:
space:
mode:
authormr_franklin <mr_franklin@126.com>2018-11-14 20:50:30 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-11-14 20:50:30 +0800
commit9a000601c6c4e4f8134caedba1957ffe28d2b659 (patch)
tree505e69cb1ad4dbc50aca2980ba22ee3fc1d0b9c5 /consensus
parent23de6197f9104a17ece1dc370c862bd23dcae273 (diff)
downloadgo-tangerine-9a000601c6c4e4f8134caedba1957ffe28d2b659.tar
go-tangerine-9a000601c6c4e4f8134caedba1957ffe28d2b659.tar.gz
go-tangerine-9a000601c6c4e4f8134caedba1957ffe28d2b659.tar.bz2
go-tangerine-9a000601c6c4e4f8134caedba1957ffe28d2b659.tar.lz
go-tangerine-9a000601c6c4e4f8134caedba1957ffe28d2b659.tar.xz
go-tangerine-9a000601c6c4e4f8134caedba1957ffe28d2b659.tar.zst
go-tangerine-9a000601c6c4e4f8134caedba1957ffe28d2b659.zip
consensus/clique: fix comment typo (#18103)
Diffstat (limited to 'consensus')
-rw-r--r--consensus/clique/clique.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/consensus/clique/clique.go b/consensus/clique/clique.go
index eae09f91d..0cb72c35c 100644
--- a/consensus/clique/clique.go
+++ b/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
}