File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ void PaymentServer::handleURIOrFile(const QString& s)
236
236
if (!IsValidDestinationString (recipient.address .toStdString ())) {
237
237
if (uri.hasQueryItem (" r" )) { // payment request
238
238
Q_EMIT message (tr (" URI handling" ),
239
- tr (" Cannot process payment request because BIP70 support was not compiled in ." )+
239
+ tr (" Cannot process payment request because BIP70 is not supported ." )+
240
240
tr (" Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored." )+
241
241
tr (" If you are receiving this error you should request the merchant provide a BIP21 compatible URI." ),
242
242
CClientUIInterface::ICON_WARNING);
@@ -259,7 +259,7 @@ void PaymentServer::handleURIOrFile(const QString& s)
259
259
if (QFile::exists (s)) // payment request file
260
260
{
261
261
Q_EMIT message (tr (" Payment request file handling" ),
262
- tr (" Cannot process payment request because BIP70 support was not compiled in ." )+
262
+ tr (" Cannot process payment request because BIP70 is not supported ." )+
263
263
tr (" Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored." )+
264
264
tr (" If you are receiving this error you should request the merchant provide a BIP21 compatible URI." ),
265
265
CClientUIInterface::ICON_WARNING);
You can’t perform that action at this time.
0 commit comments