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

cant generate p2wpkh address for Litecoin semantic is None #92

Open
ydaniels opened this issue Oct 3, 2023 · 0 comments
Open

cant generate p2wpkh address for Litecoin semantic is None #92

ydaniels opened this issue Oct 3, 2023 · 0 comments

Comments

@ydaniels
Copy link

ydaniels commented Oct 3, 2023

from hdwallet.symbols import  LTC
from hdwallet import HDWallet
hdwallet: HDWallet = HDWallet(symbol=LTC)
hdwallet.from_xpublic_key(xpublic_key='zpub...', strict=False) #'p2wpkh'

Getting AttributeError: 'NoneType' object has no attribute 'upper'
, line 343, in is_root_xpublic_key
semantic.upper().

semantic is None for LTC p2wpkh

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

1 participant