This commit is contained in:
jl777
2019-07-05 07:00:18 -11:00
parent 329e181592
commit 4ae6f232a8

View File

@@ -7636,7 +7636,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
else if (strCommand == "tx")
{
fprintf(stderr,"got tx message\n");
if (IsInitialBlockDownload())
return true;
@@ -7658,7 +7657,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv,
if (!AlreadyHave(inv) && AcceptToMemoryPool(mempool, state, tx, true, &fMissingInputs))
{
fprintf(stderr,"process new tx\n");
mempool.check(pcoinsTip);
RelayTransaction(tx);
vWorkQueue.push_back(inv.hash);