You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyWallet doesn't have a class called Wallet, it's in the bip32 file:
from pywallet.utils.bip32 import Wallet
Also, this module cannot read wallet files, it can only generate master private keys. You must have confused this package with https://github.com/jackjack-jj/pywallet .
The text was updated successfully, but these errors were encountered: