aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcwallet.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-04-03 10:53:29 +0800
committerfanquake <fanquake@gmail.com>2021-04-06 14:50:17 +0800
commit3b0078f958c46e94b468c829522ba965f5549f11 (patch)
tree09585c08fd33f9902dc78b9a3552a03ffa4f90b2 /src/wallet/rpcwallet.cpp
parentc6edcf1c710e4aaf1cafdbf8e86fe209b57bdeb8 (diff)
downloadbitcoin-3b0078f958c46e94b468c829522ba965f5549f11.tar.xz
doc: fixup -Wdocumentation issues
Diffstat (limited to 'src/wallet/rpcwallet.cpp')
-rw-r--r--src/wallet/rpcwallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp
index 45f292055e..672ee3e7a4 100644
--- a/src/wallet/rpcwallet.cpp
+++ b/src/wallet/rpcwallet.cpp
@@ -1281,7 +1281,7 @@ static void MaybePushAddress(UniValue & entry, const CTxDestination &dest)
/**
* List transactions based on the given criteria.
*
- * @param pwallet The wallet.
+ * @param wallet The wallet.
* @param wtx The wallet transaction.
* @param nMinDepth The minimum confirmation depth.
* @param fLong Whether to include the JSON version of the transaction.