MCPcopy 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
64bool CPBFTMan::SetLocalFinTimeout() {
65 LOCK(cs_finblock);
66 localFinIndex = chainActive[0];
67 return true;
68}
69bool CPBFTMan::UpdateLocalFinBlock(const uint32_t height) {
70 {
71 LOCK(cs_finblock);

Callers 1

ActivateBestChainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected