Updates the litecoin get address functions to keep generating addresses until it gets one that does not start with ltc1. This is needed because the decode function interprets addresses starting with ltc1 as segwit addresses where these addresses are not.
I tried writing a test for this but to mock this scenario requires about 10 minutes of brute forcing to get an address which does start with ltc1. Probably too long to run every time.
Updates the litecoin get address functions to keep generating addresses until it gets one that does not start with ltc1. This is needed because the decode function interprets addresses starting with ltc1 as segwit addresses where these addresses are not.
I tried writing a test for this but to mock this scenario requires about 10 minutes of brute forcing to get an address which does start with ltc1. Probably too long to run every time.