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

Method BlockDisconnected

src/net_processing.cpp:2122–2126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2120}
2121
2122void PeerManagerImpl::BlockDisconnected(const std::shared_ptr<const CBlock> &block, const CBlockIndex* pindex)
2123{
2124 LOCK(m_tx_download_mutex);
2125 m_txdownloadman.BlockDisconnected();
2126}
2127
2128/**
2129 * Maintain state about the best-seen block and fast-announce a compact block

Callers 1

DisconnectTipMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected