This commit is contained in:
jl777
2017-03-24 06:39:12 +02:00
parent b2ae2b2507
commit 40a24f8f9d

View File

@@ -738,7 +738,7 @@ int32_t komodo_validate_interest(uint32_t *expiredp,const CTransaction& tx,int32
{ {
prevblocktime = chainActive.Tip()->nTime; prevblocktime = chainActive.Tip()->nTime;
fprintf(stderr,"couldnt get prevblocktime for [%d] tiptime.%u\n",txheight,prevblocktime); fprintf(stderr,"couldnt get prevblocktime for [%d] tiptime.%u\n",txheight,prevblocktime);
return(-1); //return(-1);
} }
} }
} }