mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys
This commit is contained in:
commit
ce88a73aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ func StartMining(ethereum *eth.Ethereum) bool {
|
|||
miner = ethminer.NewDefaultMiner(addr, ethereum)
|
||||
// Give it some time to connect with peers
|
||||
time.Sleep(3 * time.Second)
|
||||
for !ethereum.IsUpToDate() == false {
|
||||
for !ethereum.IsUpToDate() {
|
||||
time.Sleep(5 * time.Second)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue