make vRPCCommands comment match property names
This commit is contained in:
parent
a0db772d13
commit
dcf8b8fd9e
1 changed files with 64 additions and 64 deletions
|
@ -194,8 +194,8 @@ Value stop(const Array& params, bool fHelp)
|
|||
|
||||
|
||||
static const CRPCCommand vRPCCommands[] =
|
||||
{ // name function safemd unlocked
|
||||
// ------------------------ ----------------------- ------ --------
|
||||
{ // name actor (function) okSafeMode unlocked
|
||||
// ------------------------ ----------------------- ---------- --------
|
||||
{ "help", &help, true, true },
|
||||
{ "stop", &stop, true, true },
|
||||
{ "getblockcount", &getblockcount, true, false },
|
||||
|
|
Loading…
Reference in a new issue