mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
c119ba3c9b[doc] clarify getdata limit after #14897 (Michael Polzer) Pull request description: GETDATA is limited to blocks and transactions now and can't be used for other non-block data ACKs for top commit: laanwj: ACKc119ba3c9btheStack: ACK https://github.com/bitcoin/bitcoin/pull/15451/commits/c119ba3c9b321a7f4418860741b3f69173e9c891 benthecarman: ACKc119ba3c9bTree-SHA512: d6e9c109bcce4ef004ec83a9ec591163279476524dec97ed5f5c34e322dca35af66a168f0878ff972bbcec79d81623903f3619fedf8f88cdced3f3f66a779173
This commit is contained in:
commit
762cbd287f
1 changed files with 1 additions and 1 deletions
|
|
@ -4591,7 +4591,7 @@ bool PeerManager::SendMessages(CNode* pto)
|
|||
}
|
||||
|
||||
//
|
||||
// Message: getdata (non-blocks)
|
||||
// Message: getdata (transactions)
|
||||
//
|
||||
std::vector<std::pair<NodeId, GenTxid>> expired;
|
||||
auto requestable = m_txrequest.GetRequestable(pto->GetId(), current_time, &expired);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue