diff options
| author | MarcoFalke <[email protected]> | 2020-08-14 11:27:44 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-08-14 12:37:19 +0200 |
| commit | faaa46dc204d6d714f71dbc6f0bf02215dba0f0f (patch) | |
| tree | d7a53af57e258b110e7acaec9a9e9d42f6320c37 /test/functional/rpc_generate.py | |
| parent | rpc: Remove unused return type from appendCommand (diff) | |
| download | discoin-faaa46dc204d6d714f71dbc6f0bf02215dba0f0f.tar.xz discoin-faaa46dc204d6d714f71dbc6f0bf02215dba0f0f.zip | |
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
Diffstat (limited to 'test/functional/rpc_generate.py')
| -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 9404f1e25..e55f2e6d1 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." ) |