File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,9 @@ void PaymentServer::handleURIOrFile(const QString& s)
328
328
#ifndef ENABLE_BIP70
329
329
if (uri.hasQueryItem (" r" )) { // payment request
330
330
Q_EMIT message (tr (" URI handling" ),
331
- tr (" Cannot process payment request because BIP70 support was not compiled in." ),
331
+ tr (" Cannot process payment request because BIP70 support was not compiled in." )+
332
+ tr (" Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored." )+
333
+ tr (" If you are receiving this error you should request the merchant provide a BIP21 compatible URI." ),
332
334
CClientUIInterface::ICON_WARNING);
333
335
}
334
336
#endif
@@ -364,7 +366,9 @@ void PaymentServer::handleURIOrFile(const QString& s)
364
366
return ;
365
367
#else
366
368
Q_EMIT message (tr (" Payment request file handling" ),
367
- tr (" Cannot process payment request because BIP70 support was not compiled in." ),
369
+ tr (" Cannot process payment request because BIP70 support was not compiled in." )+
370
+ tr (" Due to widespread security flaws in BIP70 it's strongly recommended that any merchant instructions to switch wallets be ignored." )+
371
+ tr (" If you are receiving this error you should request the merchant provide a BIP21 compatible URI." ),
368
372
CClientUIInterface::ICON_WARNING);
369
373
#endif
370
374
}
You can’t perform that action at this time.
0 commit comments