| 323 | |
| 324 | void AddBlockConfirmMessageKnown(const CBlockConfirmMessage msg){ setBlockConfirmMsgKnown.insert(msg); } |
| 325 | void AddBlockFinalityMessageKnown(const CBlockFinalityMessage msg){ setBlockFinalityMsgKnown.insert(msg); } |
| 326 | |
| 327 | void PushAddress(const CAddress& addr) { |
| 328 | // Known checking here is only to save space from duplicates. |
no test coverage detected