rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)

This commit is contained in:
MarcoFalke
2020-08-14 11:27:44 +02:00
parent fa93bc14c7
commit faaa46dc20
2 changed files with 74 additions and 51 deletions

View File

@@ -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."
)