From d3d946a294988ca3ab2b2c8848da5b393fbbcf42 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Tue, 1 Aug 2017 23:40:19 +0200 Subject: Pass SendCoinsRecipient (208 bytes) by const reference --- src/qt/paymentserver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qt/paymentserver.h') diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h index 7c6d4507fe..b43b3f9821 100644 --- a/src/qt/paymentserver.h +++ b/src/qt/paymentserver.h @@ -113,7 +113,7 @@ public Q_SLOTS: void uiReady(); // Submit Payment message to a merchant, get back PaymentACK: - void fetchPaymentACK(CWallet* wallet, SendCoinsRecipient recipient, QByteArray transaction); + void fetchPaymentACK(CWallet* wallet, const SendCoinsRecipient& recipient, QByteArray transaction); // Handle an incoming URI, URI with local file scheme or file void handleURIOrFile(const QString& s); -- cgit v1.2.3