make vRPCCommands comment match property names
This commit is contained in:
@@ -194,8 +194,8 @@ Value stop(const Array& params, bool fHelp)
|
|||||||
|
|
||||||
|
|
||||||
static const CRPCCommand vRPCCommands[] =
|
static const CRPCCommand vRPCCommands[] =
|
||||||
{ // name function safemd unlocked
|
{ // name actor (function) okSafeMode unlocked
|
||||||
// ------------------------ ----------------------- ------ --------
|
// ------------------------ ----------------------- ---------- --------
|
||||||
{ "help", &help, true, true },
|
{ "help", &help, true, true },
|
||||||
{ "stop", &stop, true, true },
|
{ "stop", &stop, true, true },
|
||||||
{ "getblockcount", &getblockcount, true, false },
|
{ "getblockcount", &getblockcount, true, false },
|
||||||
|
|||||||
Reference in New Issue
Block a user