Skip to content

Commit 762cbd2

Browse files
author
MarcoFalke
committed
Merge #15451: [doc] clarify getdata limit after #14897
c119ba3 [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: ACK c119ba3 theStack: ACK bitcoin/bitcoin@c119ba3 benthecarman: ACK c119ba3 Tree-SHA512: d6e9c109bcce4ef004ec83a9ec591163279476524dec97ed5f5c34e322dca35af66a168f0878ff972bbcec79d81623903f3619fedf8f88cdced3f3f66a779173
2 parents 22435f0 + c119ba3 commit 762cbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net_processing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4591,7 +4591,7 @@ bool PeerManager::SendMessages(CNode* pto)
45914591
}
45924592

45934593
//
4594-
// Message: getdata (non-blocks)
4594+
// Message: getdata (transactions)
45954595
//
45964596
std::vector<std::pair<NodeId, GenTxid>> expired;
45974597
auto requestable = m_txrequest.GetRequestable(pto->GetId(), current_time, &expired);

0 commit comments

Comments
 (0)