| 2120 | } |
| 2121 | |
| 2122 | void 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 |