Translation and other merge requests #224

Merged
Atheros1 merged 47 commits from master into master 2013-06-19 16:55:24 +02:00
Showing only changes of commit 30d829d0d4 - Show all commits

View File

@ -64,6 +64,7 @@ def _doFastPoW(target, initialHash):
if result[i].ready(): if result[i].ready():
result = result[i].get() result = result[i].get()
pool.terminate() pool.terminate()
pool.join() #Wait for the workers to exit...
return result[0], result[1] return result[0], result[1]
time.sleep(0.2) time.sleep(0.2)