This commit is contained in:
jl777
2018-11-05 23:20:42 -11:00
parent c680de514a
commit f437dbbd26

View File

@@ -1050,7 +1050,7 @@ std::string DiceBetFinish(int32_t *resultp,uint64_t txfee,char *planstr,uint256
}
if ( winlosetimeout != 0 ) // dealernode
{
fprintf(stderr,"set winlosetimeout <- %d\n",winlosetimeout,iswin);
fprintf(stderr,"set winlosetimeout %d <- %d\n",winlosetimeout,iswin);
if ( (winlosetimeout= iswin) > 0 )
funcid = 'W';
else funcid = 'L';