This commit is contained in:
jl777
2017-03-21 19:01:19 +02:00
parent 67a128db46
commit 83df5c2a76
3 changed files with 6 additions and 6 deletions

View File

@@ -201,7 +201,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn)
? nMedianTimePast
: pblock->GetBlockTime();
if (tx.IsCoinBase() || !IsFinalTx(tx, nHeight, nLockTimeCutoff))
if (tx.IsCoinBase() || !IsFinalTx(tx, nHeight, nLockTimeCutoff,STANDARD_LOCKTIME_VERIFY_FLAGS))
continue;
COrphan* porphan = NULL;