Browse Source

Update reference to hush.conf

pull/32/head
Jonathan "Duke" Leto 7 years ago
parent
commit
8b528b18fd
  1. 2
      src/rpcmining.cpp

2
src/rpcmining.cpp

@ -144,7 +144,7 @@ UniValue getgenerate(const UniValue& params, bool fHelp)
throw runtime_error(
"getgenerate\n"
"\nReturn if the server is set to generate coins or not. The default is false.\n"
"It is set with the command line argument -gen (or zcash.conf setting gen)\n"
"It is set with the command line argument -gen (or hush.conf setting gen)\n"
"It can also be set with the setgenerate call.\n"
"\nResult\n"
"true|false (boolean) If the server is set to generate coins or not\n"

Loading…
Cancel
Save