Removed unreachable return in onionrproofs
This commit is contained in:
parent
196d02a751
commit
b4ddf343fc
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ def getDifficultyForNewBlock(data):
|
||||||
|
|
||||||
return totalDifficulty
|
return totalDifficulty
|
||||||
|
|
||||||
return retData
|
|
||||||
|
|
||||||
def getHashDifficulty(h: str):
|
def getHashDifficulty(h: str):
|
||||||
"""
|
"""
|
||||||
Return the amount of leading zeroes in a hex hash string (hexHash)
|
Return the amount of leading zeroes in a hex hash string (hexHash)
|
||||||
|
|
Loading…
Reference in a new issue