Skip to content

Commit

Permalink
fix: build with -Wdocumentation - rename param pwallet to wallet
Browse files Browse the repository at this point in the history
It happened due to 2 PRs merged one after each other without rebasing:
 - enabling -Wdocumentation in bitcoin#21631 (dashpay#6113)
 - renaming param while doxygen comment is forgotten in dashpay#6114
  • Loading branch information
knst committed Jul 23, 2024
1 parent 5211886 commit bebf391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcwallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,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.
Expand Down

0 comments on commit bebf391

Please sign in to comment.