mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-13 08:38:15 +00:00
[Qt] update a translation string and argument counts
Rebased-From: 643415aade
Github-Pull: #5583
This commit is contained in:
parent
9241f7a7c1
commit
50891ad080
@ -667,8 +667,7 @@ void PaymentServer::netRequestFinished(QNetworkReply* reply)
|
|||||||
|
|
||||||
// BIP70 DoS protection
|
// BIP70 DoS protection
|
||||||
if (reply->size() > BIP70_MAX_PAYMENTREQUEST_SIZE) {
|
if (reply->size() > BIP70_MAX_PAYMENTREQUEST_SIZE) {
|
||||||
QString msg = tr("Payment request %2 is too large (%3 bytes, allowed %4 bytes).")
|
QString msg = tr("Payment request %1 is too large (%2 bytes, allowed %3 bytes).")
|
||||||
.arg(__func__)
|
|
||||||
.arg(reply->request().url().toString())
|
.arg(reply->request().url().toString())
|
||||||
.arg(reply->size())
|
.arg(reply->size())
|
||||||
.arg(BIP70_MAX_PAYMENTREQUEST_SIZE);
|
.arg(BIP70_MAX_PAYMENTREQUEST_SIZE);
|
||||||
|
Loading…
Reference in New Issue
Block a user