mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 15:29:27 +00:00
miner: remove ineff assign (lint)
Signed-off-by: meows <b5c6@protonmail.com>
This commit is contained in:
parent
e299fa75ad
commit
2d7fd86a1e
1 changed files with 0 additions and 1 deletions
|
|
@ -106,7 +106,6 @@ func (miner *Miner) update() {
|
||||||
log.Info("Mining aborted due to sync")
|
log.Info("Mining aborted due to sync")
|
||||||
}
|
}
|
||||||
case downloader.DoneEvent, downloader.FailedEvent:
|
case downloader.DoneEvent, downloader.FailedEvent:
|
||||||
canStart = true
|
|
||||||
if shouldStart {
|
if shouldStart {
|
||||||
miner.SetEtherbase(miner.coinbase)
|
miner.SetEtherbase(miner.coinbase)
|
||||||
miner.worker.start()
|
miner.worker.start()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue