Pass wallet/rpcdump RPC argument descriptions to RPCHelpMan
Summary: Partial backport of Core PR14796
Test Plan:
mkdir master mkdir patched
On master:
ninja ./bitcoind ./bitcoin-cli help > RPCs ./getrpchelps.sh RPCs master
On the patched branch:
ninja ./bitcoind ./getrpchelps.sh RPCs patched ./checkrpc.sh RPCs master patched D5717diff
Verify the changes in D5717diff.
Scripts:
getrpchelps.sh231 BDownload
checkrpc.sh489 BDownload
D5717diff:
D5717diff4 KBDownload
Reviewers: O1 Bitcoin ABC, #bitcoin_abc, deadalnix
Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, deadalnix
Subscribers: deadalnix, Fabien
Differential Revision: https://reviews.bitcoinabc.org/D5717