Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING578deeb08e19: Pass abc RPC argument descriptions to RPCHelpMan
rABC578deeb08e19: Pass abc RPC argument descriptions to RPCHelpMan
On master:
ninja ./bitcoind ./bitcoin-cli help > RPCs ./getrpchelps.sh RPCs master
On the patched branch:
ninja ./bitcoind ./getrpchelps.sh RPCs abcPatched ./checkrpc.sh RPCs master abcPatched D5700diff
Verify the changes in D5700diff.
Scripts:
D5700diff:
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.
Comment Actions
Some cosmetic changes, but it looks better.
src/rpc/util.h | ||
---|---|---|
84 ↗ | (On Diff #18735) | Why is this here rather than with other members? Please don't put it int he middle of constructors declarations. |