mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 12:52:35 -03:00
ProcessMessage(): remove duplicate orphan tx debug message
This commit is contained in:
parent
d1edab602a
commit
78eb2789b2
1 changed files with 0 additions and 3 deletions
|
@ -2755,9 +2755,6 @@ bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv)
|
||||||
}
|
}
|
||||||
else if (fMissingInputs)
|
else if (fMissingInputs)
|
||||||
{
|
{
|
||||||
printf("storing orphan tx %s (mapsz %d)\n",
|
|
||||||
inv.hash.ToString().substr(0,10).c_str(),
|
|
||||||
mapOrphanTransactions.size() + 1);
|
|
||||||
AddOrphanTx(vMsg);
|
AddOrphanTx(vMsg);
|
||||||
|
|
||||||
// DoS prevention: do not allow mapOrphanTransactions to grow unbounded
|
// DoS prevention: do not allow mapOrphanTransactions to grow unbounded
|
||||||
|
|
Loading…
Reference in a new issue