added debuging for fork detection

This commit is contained in:
Evan Duffield 2015-02-07 13:05:10 -07:00
parent 77452b6b86
commit e3dcc84415

View File

@ -2840,6 +2840,8 @@ bool CheckBlock(const CBlock& block, CValidationState& state, bool fCheckPOW, bo
}
}
}
} else {
LogPrintf("CheckBlock() : fork detected, skipping transaction locking checks\n");
}
@ -2907,6 +2909,8 @@ bool CheckBlock(const CBlock& block, CValidationState& state, bool fCheckPOW, bo
} else {
LogPrintf("CheckBlock() : pindex is null, skipping masternode payment check\n");
}
} else {
LogPrintf("CheckBlock() : fork detected, skipping masternode payment checks\n");
}