mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge pull request #2423 from TheBlueMatt/limitedmapalreadyaskedfor
Limited mapAlreadyAskedFor
This commit is contained in:
commit
aaf47eac3a
4 changed files with 113 additions and 4 deletions
|
|
@ -3990,7 +3990,6 @@ bool SendMessages(CNode* pto, bool fSendTrickle)
|
|||
pto->PushMessage("getdata", vGetData);
|
||||
vGetData.clear();
|
||||
}
|
||||
mapAlreadyAskedFor[inv] = nNow;
|
||||
}
|
||||
pto->mapAskFor.erase(pto->mapAskFor.begin());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue