This commit is contained in:
jl777
2018-04-09 15:35:32 +03:00
parent 2ef19f0488
commit 47c0694c85

View File

@@ -568,7 +568,7 @@ uint32_t komodo_txtime(uint64_t *valuep,uint256 hash,int32_t n)
#endif #endif
hashBlock, true)) hashBlock, true))
{ {
//printf("null GetTransaction\n"); fprintf(stderr,"%s/v%d null GetTransaction locktime.%u\n",hash.ToString().c_str(),n,(uint32_t)tx.nLockTime);
return(0); return(0);
} }
if ( n < tx.vout.size() ) if ( n < tx.vout.size() )