MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetRequestsToSend

Method GetRequestsToSend

src/node/txdownloadman_impl.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 return m_impl->AddTxAnnouncement(peer, gtxid, now);
45}
46std::vector<GenTxid> TxDownloadManager::GetRequestsToSend(NodeId nodeid, std::chrono::microseconds current_time)
47{
48 return m_impl->GetRequestsToSend(nodeid, current_time);
49}
50void TxDownloadManager::ReceivedNotFound(NodeId nodeid, const std::vector<GenTxid>& gtxids)
51{
52 m_impl->ReceivedNotFound(nodeid, gtxids);

Callers 2

SendMessagesMethod · 0.80
txdownloadman.cppFile · 0.80

Calls 6

IsWtxidMethod · 0.80
GetRequestableMethod · 0.45
ToStringMethod · 0.45
emplace_backMethod · 0.45
RequestedTxMethod · 0.45
ForgetTxHashMethod · 0.45

Tested by

no test coverage detected