Closed joga84 closed 1 month ago
Trying to scan the qr code for payment in the common format:
zcash:<address>?amount=<amount>
fails.
qr codes in the format zcash:<address>?amount=<amount> should be supported
qr codes in the format zcash:<address>?amount=<amount> fail to scan at all not even the address part gets parsed.
Fixed with v2.2.15
Describe the issue
Trying to scan the qr code for payment in the common format:
zcash:<address>?amount=<amount>
fails.
Can you reliably reproduce the issue?
zcash:<address>?amount=<amount>
Expected behavior
qr codes in the format
zcash:<address>?amount=<amount>
should be supportedActual behavior + errors
qr codes in the format
zcash:<address>?amount=<amount>
fail to scan at all not even the address part gets parsed.