mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-12 14:19:04 +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")
|
||||
}
|
||||
case downloader.DoneEvent, downloader.FailedEvent:
|
||||
canStart = true
|
||||
if shouldStart {
|
||||
miner.SetEtherbase(miner.coinbase)
|
||||
miner.worker.start()
|
||||
|
|
|
|||
Loading…
Reference in a new issue