Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
bool 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
ProcessBlockFinalityMessage
Function · 0.85
Calls
1
PushBlockFinalityMessage
Method · 0.80
Tested by
no test coverage detected