good morning!!!!

Skip to content
Snippets Groups Projects
Commit ce88a73a authored by Viktor Trón's avatar Viktor Trón
Browse files

Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keys

parents 098f7f23 41a03b29
No related branches found
No related tags found
No related merge requests found
......@@ -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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment