MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / AddBlockFinalityMessageKnown

Method AddBlockFinalityMessageKnown

src/p2p/node.h:325–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected