langerhans / dogecoin-wallet-new

Dogecoin Wallet app for your Android device. Standalone Dogecoin node, no centralized backend required. Forked from the popular Bitcoin Wallet.
189 stars 105 forks source link

Fix parsing address when scanning QR code #84

Open AmkSk opened 3 years ago

AmkSk commented 3 years ago

Simple fix that allows the app to process scanned address from a QR code. Scanning a qr code containing dogecoin:<address>?amount=<amount> now works.

This fixes #78