Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ GetLocalFinIndex
Method
GetLocalFinIndex
src/miner/pbftmanager.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
CBlockIndex* CPBFTMan::GetLocalFinIndex(){
34
LOCK(cs_finblock);
35
return localFinIndex ? localFinIndex : chainActive[0];
36
}
37
38
39
CBlockIndex* CPBFTMan::GetGlobalFinIndex(){
Callers
4
ActivateBestChain
Function · 0.80
ProcessBlockConfirmMessage
Function · 0.80
getinfo
Function · 0.80
CheckPBFTMessage
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected