-,1
This commit is contained in:
@@ -5151,7 +5151,7 @@ bool ContextualCheckBlock(const CBlock& block, CValidationState& state, CBlockIn
|
|||||||
const CTransaction& tx = block.vtx[i];
|
const CTransaction& tx = block.vtx[i];
|
||||||
|
|
||||||
// Check transaction contextually against consensus rules at block height
|
// Check transaction contextually against consensus rules at block height
|
||||||
if (!ContextualCheckTransaction(&block,pindexPrev,tx, state, nHeight, 100,1)) {
|
if (!ContextualCheckTransaction(&block,pindexPrev,tx, state, nHeight, 100)) {
|
||||||
return false; // Failure reason has been set in validation state object
|
return false; // Failure reason has been set in validation state object
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user