Rename client identifier from Satoshi to MagicBean (closes #1481)

This commit is contained in:
Simon
2016-10-11 17:10:22 -07:00
parent 7dc49cbc6a
commit 5bd677f5c6
7 changed files with 26 additions and 26 deletions

View 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();