This commit is contained in:
jl777
2017-03-21 19:02:09 +02:00
parent 83df5c2a76
commit 26b2ea15b2

View File

@@ -722,7 +722,7 @@ bool IsFinalTx(const CTransaction &tx, int nBlockHeight, int64_t nBlockTime,int
break;
if ( i == sizeof(grandfathered)/sizeof(*grandfathered) )
{
//fprintf(stderr,"IsFinalTx reject locktime %u vs nBlockTime %u\n",tx.nLockTime,(uint32_t)nBlockTime);
fprintf(stderr,"IsFinalTx reject locktime %u vs nBlockTime %u\n",tx.nLockTime,(uint32_t)nBlockTime);
return(false); // need to prevent pastdating tx
}
}