This commit is contained in:
jl777
2018-11-11 00:43:45 -11:00
parent bd17261194
commit 30a8281f2f
2 changed files with 2 additions and 2 deletions

View File

@@ -386,7 +386,7 @@ int64_t CCduration(int32_t &numblocks,uint256 txid)
numblocks = 0; numblocks = 0;
if ( myGetTransaction(txid,tx,hashBlock) == 0 ) if ( myGetTransaction(txid,tx,hashBlock) == 0 )
{ {
fprintf(stderr,"CCduration cant find duration txid %s\n",uint256_str(str,txid)); //fprintf(stderr,"CCduration cant find duration txid %s\n",uint256_str(str,txid));
return(0); return(0);
} }
else if ( hashBlock == zeroid ) else if ( hashBlock == zeroid )

View File

@@ -364,7 +364,7 @@ void *dicefinish(void *_ptr)
{ {
ptr->orphaned++; ptr->orphaned++;
fprintf(stderr,"ORPHANED.%d finish txid.%s\n",ptr->orphaned,ptr->txid.GetHex().c_str()); fprintf(stderr,"ORPHANED.%d finish txid.%s\n",ptr->orphaned,ptr->txid.GetHex().c_str());
if ( ptr->orphaned < 3 ) if ( ptr->orphaned < 4 )
continue; continue;
if ( ptr->rawtx.empty() == 0 ) if ( ptr->rawtx.empty() == 0 )
ptr->rawtx.clear(); ptr->rawtx.clear();