mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-11 22:17:27 -04:00
qr: scan valid addresses that miss an uri prefix
This commit is contained in:
@@ -285,6 +285,9 @@ Rectangle {
|
||||
if (!parsed.error) {
|
||||
fillPaymentDetails(parsed.address, parsed.payment_id, parsed.amount, parsed.tx_description, parsed.recipient_name);
|
||||
break;
|
||||
} else if (walletManager.addressValid(codes[index], appWindow.persistentSettings.nettype)) {
|
||||
fillPaymentDetails(codes[index]);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user