Removed unreachable return in onionrproofs

This commit is contained in:
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)