From 2c2e90d1d4768a7842b2fa840496cea567a8e995 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Sun, 16 Jul 2017 12:20:49 +0200 Subject: =?UTF-8?q?Fix=20incorrect=20Doxygen=20tag=20(@ince=20=E2=86=92=20?= =?UTF-8?q?@since).=20Make=20Doxygen=20parameter=20names=20match=20actual?= =?UTF-8?q?=20parameter=20names.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/wallet/rpcwallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet') diff --git a/src/wallet/rpcwallet.h b/src/wallet/rpcwallet.h index bd5dad18ca..31e2f6a699 100644 --- a/src/wallet/rpcwallet.h +++ b/src/wallet/rpcwallet.h @@ -16,7 +16,7 @@ void RegisterWalletRPCCommands(CRPCTable &t); * @param[in] request JSONRPCRequest that wishes to access a wallet * @return NULL if no wallet should be used, or a pointer to the CWallet */ -CWallet *GetWalletForJSONRPCRequest(const JSONRPCRequest&); +CWallet *GetWalletForJSONRPCRequest(const JSONRPCRequest& request); std::string HelpRequiringPassphrase(CWallet *); void EnsureWalletIsUnlocked(CWallet *); -- cgit v1.2.3