Skip to content

Commit

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


//MODS
if (chainActive.Height() > LEGACY_TWO_WEEK_CYCLE) {
if (chainActive.Height() > LEGACY_TWO_WEEKS_SINCE_BLOCK) {
LogPrintf("===================xxxxxxxxxx1===========================\n");
string searchVersion ("Vivo Core:0.12.1.12");
if (pfrom->cleanSubVer.find(searchVersion) != std::string::npos)
Expand Down

0 comments on commit ad39633

Please sign in to comment.