Using a mainnet bitcoind node to generate RPC docs is unnecessary,
especially since we plan to generate these docs on CI. ninja doc-rpc should
use regtest by default.
This patch adds support for passing arbitrary params to generate.go and uses it.
Differential D6971
Generate RPC docs using regtest Authored by jasonbcox on Jul 18 2020, 01:21. Tags None Subscribers None
Details
Using a mainnet bitcoind node to generate RPC docs is unnecessary, This patch adds support for passing arbitrary params to generate.go and uses it. bitcoind -regtest ninja doc-rpc
Diff Detail
|