blockchain / unused-My-Wallet

Legacy Blockchain Web Wallet - current version is at https://github.com/blockchain/My-Wallet-V3-Frontend
205 stars 127 forks source link

bitcoin URI "amount" doesn't convert BTC to mBTC in mBTC mode #61

Closed tjb0607 closed 9 years ago

tjb0607 commented 10 years ago
  1. Login to My Wallet
  2. Go to account options
  3. Under Display, change Bitcoin Display to mBTC
  4. Click a URI like bitcoin://1comboyNsev2ubWRbPZpxxNhghLfonzuN?amount=0.001

The amount specified in the URI is 0.001 BTC, but upon opening it with the Blockchain URI handler in mBTC mode, the conversion isn't made, and it's changed to 0.001 mBTC. In order to send the correct amount, the user must manually multiply by 1000 before sending, or will end up sending 1/1000th the specified amount.