Skip to content

Commit

Permalink
last change
Browse files Browse the repository at this point in the history
  • Loading branch information
zPools committed Jun 28, 2018
1 parent d7078dc commit a20035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -2039,7 +2039,7 @@ bool CBlock::ConnectBlock(CTxDB& txdb, CBlockIndex* pindex, bool fJustCheck)
if(nTime > START_MASTERNODE_PAYMENTS && nBestHeight >= 3000)
MasternodePaymentsV2 = true;

} else if(nTime > START_MASTERNODE_PAYMENTS && nBestHeight >= 268000)
} else if(nTime > START_MASTERNODE_PAYMENTS && nBestHeight >= 99999999)
MasternodePaymentsV2 = true;


Expand Down

0 comments on commit a20035c

Please sign in to comment.