]> Git Repo - VerusCoin.git/blobdiff - src/rpcserver.cpp
test
[VerusCoin.git] / src / rpcserver.cpp
index 78a438d03acb7caa306a5fd040e0b061b7ef1119..e8a9958ce0524471aa85de3c4a76d4ba81aa1dae 100644 (file)
@@ -253,7 +253,7 @@ Value help(const Array& params, bool fHelp)
 
 Value stop(const Array& params, bool fHelp)
 {
-    // Accept the deprecated and ignored 'detach' boolean argument
+   // Accept the deprecated and ignored 'detach' boolean argument
     if (fHelp || params.size() > 1)
         throw runtime_error(
             "stop\n"
@@ -638,7 +638,7 @@ void StartRPCThreads()
               "The username and password MUST NOT be the same.\n"
               "If the file does not exist, create it with owner-readable-only file permissions.\n"
               "It is also recommended to set alertnotify so you are notified of problems;\n"
-              "for example: alertnotify=echo %%s | mail -s \"Zcash Alert\" [email protected]\n"),
+              "for example: alertnotify=echo %%s | mail -s \"Komodo Alert\" [email protected]\n"),
                 GetConfigFile().string(),
                 EncodeBase58(&rand_pwd[0],&rand_pwd[0]+32)),
                 "", CClientUIInterface::MSG_ERROR | CClientUIInterface::SECURE);
This page took 0.022823 seconds and 4 git commands to generate.