Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error “'pywallet' has no attribute 'wallet'” #65

Open
chenjianquan7 opened this issue May 22, 2023 · 1 comment
Open

error “'pywallet' has no attribute 'wallet'” #65

chenjianquan7 opened this issue May 22, 2023 · 1 comment

Comments

@chenjianquan7
Copy link

image

@ZenulAbidin
Copy link

ZenulAbidin commented May 25, 2023

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@chenjianquan7 @ZenulAbidin and others