This commit is contained in:
jl777
2018-11-08 14:56:27 -11:00
parent c9a55cd48a
commit 8ae9e63b09

View File

@@ -435,6 +435,7 @@ void *dicefinish(void *_ptr)
} }
if ( (newht= KOMODO_INSYNC) == 0 || newht == lastheight ) if ( (newht= KOMODO_INSYNC) == 0 || newht == lastheight )
sleep(1); sleep(1);
else usleep(100000);
} }
return(0); return(0);
} }
@@ -863,7 +864,7 @@ bool DiceValidate(struct CCcontract_info *cp,Eval *eval,const CTransaction &tx)
} }
else else
{ {
//fprintf(stderr,"VALIDATION ERROR: invalid dicebet bettxid %s\n",txid.GetHex().c_str()); fprintf(stderr,"why does node1 get VALIDATION ERROR: invalid dicebet bettxid %s\n",txid.GetHex().c_str());
//return eval->Invalid("invalid dicebet bettxid"); //return eval->Invalid("invalid dicebet bettxid");
} }
break; break;