This commit is contained in:
@@ -362,11 +362,9 @@ void *dicefinish(void *_ptr)
|
|||||||
if ( ptr->txid != zeroid )
|
if ( ptr->txid != zeroid )
|
||||||
{
|
{
|
||||||
CCduration(numblocks,ptr->txid);
|
CCduration(numblocks,ptr->txid);
|
||||||
fprintf(stderr,"numblocks %s %d\n",ptr->txid.GetHex().c_str(),numblocks);
|
//fprintf(stderr,"numblocks %s %d\n",ptr->txid.GetHex().c_str(),numblocks);
|
||||||
if ( numblocks > 0 )
|
if ( numblocks > 0 )
|
||||||
{
|
|
||||||
continue;
|
continue;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if ( ptr->bettxid_ready != 0 && ptr->iswin == iter && ptr->rawtx.size() == 0 && dice_betspent((char *)"dicefinish",ptr->bettxid) <= 0 )
|
if ( ptr->bettxid_ready != 0 && ptr->iswin == iter && ptr->rawtx.size() == 0 && dice_betspent((char *)"dicefinish",ptr->bettxid) <= 0 )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user