|
|
|
@ -150,7 +150,7 @@ bool parseBitcoinURI(QString uri, SendCoinsRecipient *out)
@@ -150,7 +150,7 @@ bool parseBitcoinURI(QString uri, SendCoinsRecipient *out)
|
|
|
|
|
//
|
|
|
|
|
// Cannot handle this later, because bitcoin:// will cause Qt to see the part after // as host,
|
|
|
|
|
// which will lower-case it (and thus invalidate the address).
|
|
|
|
|
if(uri.startsWith("bitcoin://")) |
|
|
|
|
if(uri.startsWith("bitcoin://", Qt::CaseInsensitive)) |
|
|
|
|
{ |
|
|
|
|
uri.replace(0, 10, "bitcoin:"); |
|
|
|
|
} |
|
|
|
|