]> Git Repo - VerusCoin.git/blobdiff - src/sendalert.cpp
Rename client identifier from Satoshi to MagicBean (closes #1481)
[VerusCoin.git] / src / sendalert.cpp
index 07607ef159ae93c62508769907e4e72f8e4537bb..6fac530e2fff67e91bbf1ebced73b6b1f7965342 100644 (file)
@@ -92,7 +92,7 @@ void ThreadSendAlert()
     alert.strRPCError   = "URGENT: Upgrade required: see https://z.cash";
 
     // Set specific client version/versions here. If setSubVer is empty, no filtering on subver is done:
-    // alert.setSubVer.insert(std::string("/Satoshi:0.7.2/"));
+    // alert.setSubVer.insert(std::string("/MagicBean:0.7.2/"));
 
     // Sign
     const CChainParams& chainparams = Params();
This page took 0.021704 seconds and 4 git commands to generate.