| 406 | } |
| 407 | |
| 408 | bool CConnman::AlreadyConnectedToAddress(const CAddress& addr) |
| 409 | { |
| 410 | return FindNode(static_cast<CNetAddr>(addr)) || FindNode(addr.ToStringIPPort()); |
| 411 | } |
| 412 | |
| 413 | bool CConnman::CheckIncomingNonce(uint64_t nonce) |
| 414 | { |
nothing calls this directly
no test coverage detected