This commit is contained in:
@@ -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 )
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user