We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b9850 commit fbb643dCopy full SHA for fbb643d
src/qt/paymentserver.cpp
@@ -295,6 +295,9 @@ void PaymentServer::handleURIOrFile(const QString& s)
295
if (uri.hasQueryItem("r")) // payment request URI
296
{
297
#ifdef ENABLE_BIP70
298
+ Q_EMIT message(tr("URI handling"),
299
+ tr("You are using a BIP70 URL which will be unsupported in the future."),
300
+ CClientUIInterface::ICON_WARNING);
301
QByteArray temp;
302
temp.append(uri.queryItemValue("r"));
303
QString decoded = QUrl::fromPercentEncoding(temp);
0 commit comments