This is a backport of core#19717 [2/4]
https://github.com/bitcoin/bitcoin/pull/19717/commits/faaa46dc204d6d714f71dbc6f0bf02215dba0f0f
Note: the double \n in rpc_generate.py is required because of D7184
Differential D10146
rpc: Assert that RPCArg names are equal to CRPCCommand ones (mining) PiRK on Sep 17 2021, 14:12. Authored by
Details
This is a backport of core#19717 [2/4] Note: the double \n in rpc_generate.py is required because of D7184 ninja all check-all
Diff Detail
Event Timeline
Comment Actions fix the layout of the generate help message The extra \n is required because of D7184, which standardizes our help messages to always print a blank line between the command and the description.
|