diff options
author | MarcoFalke <falke.marco@gmail.com> | 2022-01-24 12:13:20 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2022-02-21 11:02:20 +0100 |
commit | fa30e62cc609ff29f0acaa5047d3f437cb04a67b (patch) | |
tree | 73108e68a2d3b5d327f19e1b1dd63e3b0fda52b8 /test/functional/rpc_help.py | |
parent | cf22191fd8cf7fae22e561e14b3a68e49e39b15c (diff) |
doc: Rework generate* doc
Can be reviewed with --word-diff-regex=. --ignore-all-space
Diffstat (limited to 'test/functional/rpc_help.py')
-rwxr-xr-x | test/functional/rpc_help.py | 2 |
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') |