Remove state arg from ReconsiderBlock

This commit is contained in:
instagibbs
2016-05-06 12:53:23 -04:00
parent fbd84788e6
commit addb9d2a09
3 changed files with 5 additions and 7 deletions

View File

@@ -3011,7 +3011,7 @@ bool InvalidateBlock(CValidationState& state, const CChainParams& chainparams, C
return true;
}
bool ReconsiderBlock(CValidationState& state, CBlockIndex *pindex) {
bool ReconsiderBlock(CBlockIndex *pindex) {
AssertLockHeld(cs_main);
int nHeight = pindex->nHeight;