Change orphan handling
This commit is contained in:
@@ -363,11 +363,11 @@ void *dicefinish(void *_ptr)
|
|||||||
if ( myGetTransaction(ptr->txid,finishTx,hashBlock) == 0 )
|
if ( myGetTransaction(ptr->txid,finishTx,hashBlock) == 0 )
|
||||||
{
|
{
|
||||||
fprintf(stderr,"ORPHANED finish txid.%s\n",ptr->txid.GetHex().c_str());
|
fprintf(stderr,"ORPHANED finish txid.%s\n",ptr->txid.GetHex().c_str());
|
||||||
//dicefinish_delete(ptr);
|
dicefinish_delete(ptr);
|
||||||
//continue;
|
continue;
|
||||||
if ( ptr->rawtx.empty() == 0 )
|
//if ( ptr->rawtx.empty() == 0 )
|
||||||
ptr->rawtx.clear();
|
// ptr->rawtx.clear();
|
||||||
ptr->txid = zeroid;
|
//ptr->txid = zeroid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ( ptr->bettxid_ready != 0 )
|
if ( ptr->bettxid_ready != 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user