From b3e712a4d22930b0cc62a430814345aa9f58f910 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sat, 21 May 2016 11:48:52 +1200 Subject: [PATCH] Minor error message tweak --- src/bitcoind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoind.cpp b/src/bitcoind.cpp index 65316514..2ec14ccc 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