ManojNimbalkar / bitcoin-wallet

Automatically exported from code.google.com/p/bitcoin-wallet
0 stars 0 forks source link

QR reader only accepts "bitcoin://" style of URI #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://multibit.org/
2. Try to read the QR code for donations
3. The result is "Invalid Bitcoin URI" with the specific URI listed as:
   bitcoin:1AhN6rPdrMuKBGFDKR1k9A8SCLYaNgXhty?amount=0.1&label=Please donate to multibit.org

What is the expected output? What do you see instead?

   The expected output is:
      Pay to: Please donate to multibit.org
      Amount to pay: BTC 0.10
   Instead the error above is shown.

What version of Bitcoin Wallet are you using? On what Android version and
what phone? Don't just state 'most recent', this is not enough info.

   Bitcoin Wallet v2.17, running on Asus T300 Transformer, Android v4.0.3

Please provide any additional information below.

Original issue reported on code.google.com by tsud...@gmail.com on 3 Jul 2012 at 9:53

GoogleCodeExporter commented 9 years ago
The URI in that QR code is invalid, because it contains spaces. These need to 
be URI-encoded.

Original comment by andreas....@gmail.com on 4 Jul 2012 at 12:02

GoogleCodeExporter commented 9 years ago
FYI: Jim has fixed the QR code.

Original comment by andreas....@gmail.com on 4 Jul 2012 at 11:53

GoogleCodeExporter commented 9 years ago
I can't believe I completely missed that. Thank you.

Original comment by tsud...@gmail.com on 4 Jul 2012 at 2:59