From b4ddf343fca1efa59fd8cb7bbca24b2da8135ea0 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Thu, 10 Sep 2020 21:44:42 +0000 Subject: [PATCH] Removed unreachable return in onionrproofs --- src/onionrproofs/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/onionrproofs/__init__.py b/src/onionrproofs/__init__.py index c5cb61f6..a90a7c74 100755 --- a/src/onionrproofs/__init__.py +++ b/src/onionrproofs/__init__.py @@ -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)