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

Function SetfLargeWorkForkFound

src/warnings.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void SetfLargeWorkForkFound(bool flag)
23{
24 LOCK(cs_warnings);
25 fLargeWorkForkFound = flag;
26}
27
28bool GetfLargeWorkForkFound()
29{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected