aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2022-01-24 12:13:20 +0100
committerMarcoFalke <falke.marco@gmail.com>2022-02-21 11:02:20 +0100
commitfa30e62cc609ff29f0acaa5047d3f437cb04a67b (patch)
tree73108e68a2d3b5d327f19e1b1dd63e3b0fda52b8 /test
parentcf22191fd8cf7fae22e561e14b3a68e49e39b15c (diff)
downloadbitcoin-fa30e62cc609ff29f0acaa5047d3f437cb04a67b.tar.xz
doc: Rework generate* doc
Can be reviewed with --word-diff-regex=. --ignore-all-space
Diffstat (limited to 'test')
-rwxr-xr-xtest/functional/rpc_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/rpc_help.py b/test/functional/rpc_help.py
index ccb380e25b..3b6413d4a6 100755
--- a/test/functional/rpc_help.py
+++ b/test/functional/rpc_help.py
@@ -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')