aboutsummaryrefslogtreecommitdiff
path: root/src/wallet
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2017-07-16 12:20:49 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2017-07-16 21:22:05 +0200
commit2c2e90d1d4768a7842b2fa840496cea567a8e995 (patch)
tree90b707a071314561f02fad31b7c81cb1b02afd64 /src/wallet
parent5cfdda2503c995cdd563b1a2a29162ac298d173d (diff)
downloadbitcoin-2c2e90d1d4768a7842b2fa840496cea567a8e995.tar.xz
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names match actual parameter names.
Diffstat (limited to 'src/wallet')
-rw-r--r--src/wallet/rpcwallet.h2
1 files changed, 1 insertions, 1 deletions
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 *);