HomePhabricator

Finish passing the remainder of wallet/rpcwallet RPC argument descriptions to…

Description

Finish passing the remainder of wallet/rpcwallet RPC argument descriptions to RPCHelpMan

Summary:
The last of two patches resulting from breaking the changes
to rpcwallet.cpp into smaller parts.

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 rpcwallethelp.txt

Verify the changes in rpcwallethelp.txt.

Scripts:


D5722diff:

Reviewers: O1 Bitcoin ABC, #bitcoin_abc, deadalnix

Reviewed By: O1 Bitcoin ABC, #bitcoin_abc, deadalnix

Subscribers: deadalnix

Differential Revision: https://reviews.bitcoinabc.org/D5722

Details

Provenance
nakihitoAuthored on Apr 14 2020, 22:38
nakihitoPushed on Apr 15 2020, 22:05
Reviewer
Restricted Owners Package
Differential Revision
D5722: Finish passing the remainder of wallet/rpcwallet RPC argument descriptions to RPCHelpMan
Parents
rABC245bf8cc7f0a: Start passing some wallet/rpcwallet RPC argument descriptions to RPCHelpMan
Branches
Unknown
Tags
Unknown