Browse Source

make vRPCCommands comment match property names

0.8
freewil 12 years ago
parent
commit
dcf8b8fd9e
  1. 4
      src/bitcoinrpc.cpp

4
src/bitcoinrpc.cpp

@ -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 },

Loading…
Cancel
Save