| 1709 | } |
| 1710 | |
| 1711 | bool PeerManagerImpl::AlreadyHaveBlock(const uint256& block_hash) |
| 1712 | { |
| 1713 | return m_chainman.m_blockman.LookupBlockIndex(block_hash) != nullptr; |
| 1714 | } |
| 1715 | |
| 1716 | void PeerManagerImpl::SendPings() |
| 1717 | { |
nothing calls this directly
no test coverage detected