Skip to content

Commit

Permalink
< >
Browse files Browse the repository at this point in the history
  • Loading branch information
zPools committed Jun 28, 2018
1 parent 987db78 commit d7078dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -1960,7 +1960,7 @@ bool CBlock::ConnectBlock(CTxDB& txdb, CBlockIndex* pindex, bool fJustCheck)
MasternodePaymentsV1 = true;
}

else if(nTime > START_MASTERNODE_PAYMENTS && nBestHeight <= 9999999) //quick and dirty tho
else if(nTime > START_MASTERNODE_PAYMENTS && nBestHeight >= 9999999) //quick and dirty tho
MasternodePaymentsV1 = true;

//Make sure that it dont get activated accidentally
Expand Down

0 comments on commit d7078dc

Please sign in to comment.