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
At first glance that appears to be a Taproot address, which this library does not currently have support for I think. I can add it easily if needed, or you can look at bitcoinj's master branch for the relevant code.
Actually, I think the library might have partial support for it. Didn't realize the last time I merged in upstream it had those changes. I will take a look.
Address address = new DefaultAddressParser().parseAddress("ltc1pa0u8au25t74h6cwgh29wu5j6lgn4v7jtzucee2anvnsx94gnsgkqj07l78", BitcoinNetwork.MAINNET);
throws AddressFormatException
ltc1pa0u8au25t74h6cwgh29wu5j6lgn4v7jtzucee2anvnsx94gnsgkqj07l78
is from transaction https://blockchair.com/litecoin/transaction/5689a53b975fd6d5afe78bd3baf7e2002b0ad87660f37622e6c312eaf8d7cc3cThe text was updated successfully, but these errors were encountered: