V0.6 #852

Merged
Atheros1 merged 399 commits from v0.6 into master 2016-05-03 01:58:38 +02:00
Showing only changes of commit 27b8891ab4 - Show all commits

View File

@ -160,4 +160,4 @@ def run(target, initialHash):
return _doFastPoW(target, initialHash)
except:
pass #fallback
return _doSafePoW(target, initialHash)
return _doSafePoW(target, initialHash)