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

Function RelayBlockFinalityMessage

src/miner/pbftmanager.cpp:485–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485bool RelayBlockFinalityMessage(const CBlockFinalityMessage& msg){
486
487 LOCK(cs_vNodes);
488 for(auto node:vNodes){
489 node->PushBlockFinalityMessage(msg);
490 }
491 return true;
492}

Callers 1

Calls 1

Tested by

no test coverage detected