+2 seconds sleep

This commit is contained in:
jl777
2018-11-06 20:00:35 -11:00
parent 3e7c0e4aa8
commit b80e05fd38

View File

@@ -170,7 +170,7 @@ void *dicefinish(void *_ptr)
{
char str[65],str2[65],name[32]; std::string res; int32_t i,result,duplicate=0; struct dicefinish_info *ptr; uint256 entropyused;
ptr = (struct dicefinish_info *)_ptr;
sleep(1); // wait for bettxid to be in mempool
sleep(3); // wait for bettxid to be in mempool
for (i=0; i<MAX_ENTROPYUSED; i++)
if ( bettxids[i] == ptr->bettxid )
{