Skip to content

Commit

Permalink
patch activation block num change
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMnemonick committed Oct 4, 2018
1 parent e8bcce5 commit f01679a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3194,7 +3194,7 @@ bool CheckBlock(const CBlock& block, CValidationState& state, const Consensus::P
if (!fIsInitialDownload && pindex != NULL)
{
CMasternode* winningNode = mnodeman.GetCurrentMasterNode(1);
if (winningNode && pindex->nHeight > 130000) {
if (winningNode && pindex->nHeight > 132000) {
//Check YIIMP bug
//Coinbase needs two outputs
if (block.vtx[0]->vout.size() < 2) {
Expand Down

0 comments on commit f01679a

Please sign in to comment.