MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetfLargeWorkForkFound

Function GetfLargeWorkForkFound

src/warnings.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28bool GetfLargeWorkForkFound()
29{
30 LOCK(cs_warnings);
31 return fLargeWorkForkFound;
32}
33
34void SetfLargeWorkInvalidChainFound(bool flag)
35{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected