mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 15:39:05 +01:00
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining)
This commit is contained in:
@@ -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."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user