python-hdwallet icon indicating copy to clipboard operation
python-hdwallet copied to clipboard

cant generate p2wpkh address for Litecoin semantic is None

Open ydaniels opened this issue 9 months ago • 0 comments

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

ydaniels avatar Oct 03 '23 19:10 ydaniels