mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 04:52:59 +01:00
fix parseBitcoinURI
This commit is contained in:
parent
d1a22ad9f9
commit
c172c36885
@ -178,7 +178,7 @@ bool parseBitcoinURI(QString uri, SendCoinsRecipient *out)
|
|||||||
// which will lower-case it (and thus invalidate the address).
|
// which will lower-case it (and thus invalidate the address).
|
||||||
if(uri.startsWith("darkcoin://", Qt::CaseInsensitive))
|
if(uri.startsWith("darkcoin://", Qt::CaseInsensitive))
|
||||||
{
|
{
|
||||||
uri.replace(0, 10, "darkcoin:");
|
uri.replace(0, 11, "darkcoin:");
|
||||||
}
|
}
|
||||||
QUrl uriInstance(uri);
|
QUrl uriInstance(uri);
|
||||||
return parseBitcoinURI(uriInstance, out);
|
return parseBitcoinURI(uriInstance, out);
|
||||||
|
Loading…
Reference in New Issue
Block a user