fixed pow stuff

This commit is contained in:
obscuren
2015-03-03 17:55:23 +01:00
parent 22b132e28f
commit 313fe3861b
10 changed files with 28 additions and 58 deletions

View File

@@ -114,7 +114,7 @@ func main() {
}
if StartMining {
utils.StartMining(ethereum)
ethereum.Miner().Start()
}
if len(ImportChain) > 0 {