Page MenuHomePhabricator

rpc: Make rpc documentation not depend on rpc args
ClosedPublic

Authored by PiRK on Jan 13 2021, 15:05.

Details

Reviewers
majcosta
Group Reviewers
Restricted Project
Commits
rABCf6e814392083: rpc: Make rpc documentation not depend on rpc args
Summary

This is required to host the documentation on a static resource (like a website or pdf)

Thisis a backport of Core PR18499

Test Plan

Display the help message of one of the affected commands:

for COMMAND in sendtoaddress signmessage sendmany keypoolrefill signrawtransactionwithwallet sethdseed walletprocesspsbt
do
    src/bitcoin-cli help $COMMAND
done

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable