ProcessMessage(): remove duplicate orphan tx debug message

This commit is contained in:
Jeff Garzik 2012-05-22 15:33:04 -04:00 committed by Jeff Garzik
parent d1edab602a
commit 78eb2789b2

View file

@ -2755,9 +2755,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
}
else if (fMissingInputs)
{
printf("storing orphan tx %s (mapsz %d)\n",
inv.hash.ToString().substr(0,10).c_str(),
mapOrphanTransactions.size() + 1);
AddOrphanTx(vMsg);
// DoS prevention: do not allow mapOrphanTransactions to grow unbounded