This commit is contained in:
jl777
2017-03-24 07:10:51 +02:00
parent 380b93d768
commit ac6feaa8a0

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);
} }
} }
} }