Hey,
I'm trying to generate litecoin address with the following: bitcoin.HDNode.fromBase58(HD_KEY, bitcoin.networks.litecoin); Gives an error: Invalid network version
bitcoin.HDNode.fromBase58(HD_KEY, bitcoin.networks.litecoin);
Any ideas? Thanks
It needed Ltpv / Ltub prefix.
Most helpful comment
It needed Ltpv / Ltub prefix.