...
I tried to send to my Uno Core wallet and scanned the QR code. The problem is that the Core wallet sends back: "bitcoin:u
" and the result is that the Android wallet can't recognize the input. Since it's such a PITA to type a Uno addy using an android screen keyboard, is there any chance the Android wallet could just remove that "bitcoin:" from the front of the address (if it exists). That will give us a little time to resolve it on the Core wallet side.
...
Actually that's a bug in the QT wallet, BW needs to fix that. I ran into that with jswallet, and I made jswallet use the correct "unobtanium:uxxxx" format as well. Hash is correct here. I'm guessing that's a simple line in the QT source, if I had more time I'd do a pull request myself...
Yes, I know it needs to be addressed the core wallet. I've mentioned it. But it would be an immediate benefit to everyone if Hash could find their way to write a short function to just test the address string and if it begins with "bitcoin:", simply remove it from the string. I sense that could save us all weeks of manually pounding in long addresses with fat fingers.