VDB-327 Constantinople prep (#135)

* Bump geth to 1.8.20 for Constantinople

* Fix conflicting import/toml source for logrus
This commit is contained in:
Edvard Hübinette
2019-01-14 11:31:28 +01:00
committed by GitHub
parent 5efd683c54
commit d41209d293
235 changed files with 11114 additions and 7199 deletions
+1 -1
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
}