Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
void TxReconciliationTracker::ForgetPeer(NodeId peer_id)
163
{
164
m_impl->ForgetPeer(peer_id);
165
}
166
167
bool TxReconciliationTracker::IsPeerRegistered(NodeId peer_id) const
168
{
Callers
3
FinalizeNode
Method · 0.80
ProcessMessage
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64