diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-08-14 11:27:44 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-08-14 12:37:19 +0200 |
commit | faaa46dc204d6d714f71dbc6f0bf02215dba0f0f (patch) | |
tree | d7a53af57e258b110e7acaec9a9e9d42f6320c37 /test | |
parent | fa93bc14c7411a108dd024d391344fabf0f76369 (diff) |
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/rpc_generate.py | 3 |
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." ) |