aboutsummaryrefslogtreecommitdiff
path: root/test/functional/rpc_generate.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-08-14 11:27:44 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-08-14 12:37:19 +0200
commitfaaa46dc204d6d714f71dbc6f0bf02215dba0f0f (patch)
treed7a53af57e258b110e7acaec9a9e9d42f6320c37 /test/functional/rpc_generate.py
parentfa93bc14c7411a108dd024d391344fabf0f76369 (diff)
downloadbitcoin-faaa46dc204d6d714f71dbc6f0bf02215dba0f0f.tar.xz
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
Diffstat (limited to 'test/functional/rpc_generate.py')
-rwxr-xr-xtest/functional/rpc_generate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/functional/rpc_generate.py b/test/functional/rpc_generate.py
index 9404f1e25e..e55f2e6d12 100755
--- a/test/functional/rpc_generate.py
+++ b/test/functional/rpc_generate.py
@@ -17,7 +17,8 @@ class RPCGenerateTest(BitcoinTestFramework):
def run_test(self):
message = (
- "generate ( nblocks maxtries ) has been replaced by the -generate "
+ "generate\n"
+ "has been replaced by the -generate "
"cli option. Refer to -help for more information."
)