update zcash-cli stop message
changed "Bitcoin server stopping" to "Zcash server stopping"
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user