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

Method ForgetPeer

src/node/txreconciliation.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void TxReconciliationTracker::ForgetPeer(NodeId peer_id)
163{
164 m_impl->ForgetPeer(peer_id);
165}
166
167bool TxReconciliationTracker::IsPeerRegistered(NodeId peer_id) const
168{

Callers 3

FinalizeNodeMethod · 0.80
ProcessMessageMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64