This commit is contained in:
jl777
2017-03-22 07:47:36 +02:00
parent 3ffe93d815
commit f656b6a5b0

View File

@@ -907,7 +907,7 @@ int32_t komodo_validate_interest(const CTransaction& tx)
tiptime = chainActive.Tip()->nTime;
if ( (int64_t)tx.nLockTime < tiptime-3600 )
{
if ( nBlockTime > 1490159171 ) // 246748
if ( tiptime > 1490159171 ) // 246748
//if ( komodo_grandfathered(tx.nLockTime) < 0 && tiptime > KOMODO_GRANDFATHER_TIME )
{
fprintf(stderr,"komodo_validate_interest reject locktime %u/%u vs nBlockTime %u tiptime.%u\n",(uint32_t)tx.nLockTime,locktime,(uint32_t)chainActive.Tip()->nTime,tiptime);