Pass SendCoinsRecipient (208 bytes) by const reference

This commit is contained in:
practicalswift
2017-08-01 23:40:19 +02:00
parent 659c096134
commit d3d946a294
4 changed files with 4 additions and 4 deletions

View File

@@ -620,7 +620,7 @@ void PaymentServer::fetchRequest(const QUrl& url)
netManager->get(netRequest);
}
void PaymentServer::fetchPaymentACK(CWallet* wallet, SendCoinsRecipient recipient, QByteArray transaction)
void PaymentServer::fetchPaymentACK(CWallet* wallet, const SendCoinsRecipient& recipient, QByteArray transaction)
{
const payments::PaymentDetails& details = recipient.paymentRequest.getDetails();
if (!details.has_payment_url())