mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
doc: Rework generate* doc
Can be reviewed with --word-diff-regex=. --ignore-all-space
This commit is contained in:
parent
cf22191fd8
commit
fa30e62cc6
3 changed files with 25 additions and 20 deletions
|
|
@ -100,7 +100,7 @@ class HelpRpcTest(BitcoinTestFramework):
|
|||
# command titles
|
||||
titles = [line[3:-3] for line in node.help().splitlines() if line.startswith('==')]
|
||||
|
||||
components = ['Blockchain', 'Control', 'Generating', 'Mining', 'Network', 'Rawtransactions', 'Util']
|
||||
components = ['Blockchain', 'Control', 'Mining', 'Network', 'Rawtransactions', 'Util']
|
||||
|
||||
if self.is_wallet_compiled():
|
||||
components.append('Wallet')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue