Skip to content

Commit 8c529f7

Browse files
authored
Merge pull request #46 from HathorNetwork/chore/update-deps
chore: update dependencies
2 parents 22d031f + 3a93803 commit 8c529f7

File tree

3 files changed

+196
-287
lines changed

3 files changed

+196
-287
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)