KomodoPlatform / komodo-wallet-mobile

KomodoWallet Mobile codebase
https://komodoplatform.com
MIT License
21 stars 31 forks source link

Remove prefix from QR code scans where not supported #120

Open smk762 opened 3 months ago

smk762 commented 3 months ago

image

QR codes from external sources will in some cases include a prefix which results in the address failing validation.

We should either redact this as it comes in, or ignore it "behind the curtain" when doing validation.