Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
coolblock committed Jun 25, 2019
1 parent eab2aab commit be48218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -5391,7 +5391,7 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
}

if (chainActive.Height() > FOUR_MONTHS_PLUS_TWOWEEKS_SINCE_BLOCK) {
LogPrintf("===================xxxxxxxxxx3===========================\n");
LogPrintf("===================xxxxxxxxxx4===========================\n");
string searchVersion ("Vivo Core:0.12.1.16");
if (pfrom->cleanSubVer.find(searchVersion) != std::string::npos)
{
Expand Down

0 comments on commit be48218

Please sign in to comment.