talonlab / python-hdwallet

Python-based library for the implementation of a Hierarchical Deterministic (HD) Wallet generator supporting more than 200 cryptocurrencies.
https://hdwallet.readthedocs.io
MIT License
461 stars 151 forks source link

Update hdwallet.py #60

Closed bracteat closed 2 years ago

bracteat commented 2 years ago

FIX in python3.10 removed ripemd160 from hashlib.py

ripemd160.py from: https://github.com/richardkiss/pycoin/blob/main/pycoin/contrib/ripemd160.py

meherett commented 2 years ago

Hi @bracteat, The tests are failed. I think you forgot to commit ripemd160.py file on hdwallet.libs dir.

bracteat commented 2 years ago

Ok Done

meherett commented 2 years ago

Can you update it in this pull request. You don't need to be create new pull request, bro.