MCPcopy 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
33CBlockIndex* CPBFTMan::GetLocalFinIndex(){
34 LOCK(cs_finblock);
35 return localFinIndex ? localFinIndex : chainActive[0];
36}
37
38
39CBlockIndex* CPBFTMan::GetGlobalFinIndex(){

Callers 4

ActivateBestChainFunction · 0.80
getinfoFunction · 0.80
CheckPBFTMessageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected