Browse Source

Minor error message tweak

pull/145/head
Jack Grigg 8 years ago
parent
commit
b3e712a4d2
  1. 2
      src/bitcoind.cpp

2
src/bitcoind.cpp

@ -115,7 +115,7 @@ bool AppInit(int argc, char* argv[])
if (fCommandLine)
{
fprintf(stderr, "Error: There is no RPC client functionality in zcashd anymore. Use the zcash-cli utility instead.\n");
fprintf(stderr, "Error: There is no RPC client functionality in zcashd. Use the zcash-cli utility instead.\n");
exit(1);
}
#ifndef WIN32

Loading…
Cancel
Save