Skip to content

Commit b368c18

Browse files
authored
Merge pull request #48 from HathorNetwork/dev
Release v0.6.1
2 parents 0843876 + 7f86982 commit b368c18

File tree

3 files changed

+197
-288
lines changed

3 files changed

+197
-288
lines changed

hathorlib/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def get_public_key_bytes_compressed(public_key: ec.EllipticCurvePublicKey) -> by
179179
except Exception:
180180
# XXX: the source says "Test-only pure Python RIPEMD160 implementation", however for our case this is acceptable
181181
# for more details see: https://github.com/bitcoin/bitcoin/pull/23716/files which has a copy of the same code
182-
import pycoin.contrib.ripemd160 # type: ignore[import]
182+
import pycoin.contrib.ripemd160 # type: ignore[import-untyped]
183183

184184
def get_hash160(public_key_bytes: bytes) -> bytes:
185185
"""The input is hashed twice: first with SHA-256 and then with RIPEMD-160"""

0 commit comments

Comments
 (0)