]> Git Repo - VerusCoin.git/commitdiff
update zcash-cli stop message
authorGaurav Rana <[email protected]>
Sat, 20 Aug 2016 12:27:12 +0000 (12:27 +0000)
committerGitHub <[email protected]>
Sat, 20 Aug 2016 12:27:12 +0000 (12:27 +0000)
changed "Bitcoin server stopping" to "Zcash server stopping"

src/rpcserver.cpp

index 90a255401efb867c97e4fdabb421a50dd105ae48..1a8562b87be650359ddf539741e2d668ea4e8fbe 100644 (file)
@@ -254,10 +254,10 @@ Value stop(const Array& params, bool fHelp)
     if (fHelp || params.size() > 1)
         throw runtime_error(
             "stop\n"
-            "\nStop Bitcoin server.");
+            "\nStop Zcash server.");
     // Shutdown will take long enough that the response should get back
     StartShutdown();
-    return "Bitcoin server stopping";
+    return "Zcash server stopping";
 }
 
 
This page took 0.026899 seconds and 4 git commands to generate.