diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 65316514e..2ec14ccc6 100644 --- a/src/bitcoind.cpp +++ b/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