Post
Topic
Board Announcements (Altcoins)
Re: 🐕 [ANN] Wownero - Such privacy! Many coins! Wow! 🐕
by
jwinterm
on 24/01/2019, 01:26:59 UTC
I am using the Wownero light wallet. I want to deposit WOW to TradeOgre. But the light wallet says the TradeOgre Exchange wallet address is Invalid. The TradeOgre address starts with "So2ifgj", not the "Wo3 or Wo4" addresses.

What is the remedy here dev @jwinterm?

The "So...." addresses are subaddresses, so I guess the lightwallet just doesn't parse them as valid addresses. It looks like this is the case here in validate function:

https://github.com/wownero/Wownero-Light-Wallet/blob/2e0ef8f8f2007925a1c445f012a17fb1618c409f/src/renderer/components/Pages/components/Send.vue#L126

I'll make pull request to try and get dsc to fix it.