Test
This commit is contained in:
@@ -734,8 +734,9 @@ int32_t komodo_validate_interest(uint32_t *expiredp,const CTransaction& tx,int32
|
|||||||
prevblocktime = chainActive.Tip()->nTime;
|
prevblocktime = chainActive.Tip()->nTime;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
fprintf(stderr,"couldnt get prevblocktime for [%d]\n",txheight);
|
prevblocktime = chainActive.Tip()->nTime;
|
||||||
return(-1);
|
fprintf(stderr,"couldnt get prevblocktime for [%d] use tiptime.%u\n",txheight,prevblocktime);
|
||||||
|
//return(-1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
cmptime = prevblocktime + 600;
|
cmptime = prevblocktime + 600;
|
||||||
|
|||||||
Reference in New Issue
Block a user