Removed unreachable return in onionrproofs

这个提交包含在:
Kevin Froman 2020-09-10 21:44:42 +00:00
父节点 196d02a751
当前提交 b4ddf343fc
共有 1 个文件被更改,包括 0 次插入2 次删除

查看文件

@ -53,8 +53,6 @@ def getDifficultyForNewBlock(data):
return totalDifficulty
return retData
def getHashDifficulty(h: str):
"""
Return the amount of leading zeroes in a hex hash string (hexHash)