From fa30e62cc609ff29f0acaa5047d3f437cb04a67b Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 24 Jan 2022 12:13:20 +0100 Subject: doc: Rework generate* doc Can be reviewed with --word-diff-regex=. --ignore-all-space --- test/functional/rpc_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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') -- cgit v1.2.3