mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
miner: fix tiny typo
This commit is contained in:
parent
924b5e8285
commit
aeda9e4f67
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ func (w *worker) mainLoop() {
|
||||||
w.updateSnapshot()
|
w.updateSnapshot()
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Speical case, if the consensus engine is 0 period clique(dev mode),
|
// Special case, if the consensus engine is 0 period clique(dev mode),
|
||||||
// submit mining work here since all empty submission will be rejected
|
// submit mining work here since all empty submission will be rejected
|
||||||
// by clique. Of course the advance sealing(empty submission) is disabled.
|
// by clique. Of course the advance sealing(empty submission) is disabled.
|
||||||
if w.chainConfig.Clique != nil && w.chainConfig.Clique.Period == 0 {
|
if w.chainConfig.Clique != nil && w.chainConfig.Clique.Period == 0 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue