From 82ee887ff66543610b23efd6094761335eff2b5d Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 6 Nov 2018 13:29:59 -1100 Subject: [PATCH] +print --- src/cc/dice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cc/dice.cpp b/src/cc/dice.cpp index 8084d1890..b6323eaef 100644 --- a/src/cc/dice.cpp +++ b/src/cc/dice.cpp @@ -208,6 +208,7 @@ void DiceQueue(int32_t iswin,uint64_t sbits,uint256 fundingtxid,uint256 bettxid) ptr->sbits = sbits; ptr->iswin = iswin; // check for duplicates here!!! + fprintf(stderr,"Queue dicefinish %s\n",bettxid.GetHex().c_str()); if ( ptr != 0 && pthread_create((pthread_t *)malloc(sizeof(pthread_t)),NULL,dicefinish,(void *)ptr) != 0 ) { //fprintf(stderr,"DiceQueue.%d\n",iswin);