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

Function RelayBlockConfirmMessage

src/miner/pbftmanager.cpp:476–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474}
475
476bool RelayBlockConfirmMessage(const CBlockConfirmMessage& msg){
477
478 LOCK(cs_vNodes);
479 for(auto node:vNodes){
480 node->PushBlockConfirmMessage(msg);
481 }
482 return true;
483}
484
485bool RelayBlockFinalityMessage(const CBlockFinalityMessage& msg){
486

Callers 1

Calls 1

Tested by

no test coverage detected