This commit is contained in:
jl777
2018-12-01 03:40:13 -11:00
parent 4c1cab06b0
commit 2e8f9eda46
2 changed files with 3 additions and 1 deletions

View File

@@ -1707,13 +1707,13 @@ void *dealer0_loop(void *_arg)
fprintf(stderr,"resend ENTROPY %s: %d of %d\n",txid.GetHex().c_str(),i,m);
RelayTransaction(tx);
}
sleep(10);
}
else
{
fprintf(stderr,"found %s in %s\n",txid.GetHex().c_str(),hashBlock.GetHex().c_str());
break;
}
sleep(10);
}
}
}