Partial backport of Core PR14796
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGINGb8e343ee301f: Pass wallet/rpcdump RPC argument descriptions to RPCHelpMan
rABCb8e343ee301f: Pass wallet/rpcdump RPC argument descriptions to RPCHelpMan
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:
D5717diff:
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.
src/wallet/rpcdump.cpp | ||
---|---|---|
114 ↗ | (On Diff #18784) | Is there a missing backport here ? |
src/wallet/rpcdump.cpp | ||
---|---|---|
114 ↗ | (On Diff #18784) | Yes, it was something I was trying to get working before (https://github.com/bitcoin/bitcoin/pull/13381/files), but forgot to fix the help text after rebasing. For now, I'll revert the change and then adjust the missing backport to account for this change. |