Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ SetLocalFinTimeout
Method
SetLocalFinTimeout
src/miner/pbftmanager.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool CPBFTMan::SetLocalFinTimeout() {
65
LOCK(cs_finblock);
66
localFinIndex = chainActive[0];
67
return true;
68
}
69
bool CPBFTMan::UpdateLocalFinBlock(const uint32_t height) {
70
{
71
LOCK(cs_finblock);
Callers
1
ActivateBestChain
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected