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

Function SetMiscWarning

src/warnings.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14bool fLargeWorkInvalidChainFound GUARDED_BY(cs_warnings) = false;
15
16void SetMiscWarning(const std::string& strWarning)
17{
18 LOCK(cs_warnings);
19 strMiscWarning = strWarning;
20}
21
22void SetfLargeWorkForkFound(bool flag)
23{

Callers 4

AddTimeDataFunction · 0.85
AbortNodeFunction · 0.85
DoWarningFunction · 0.85
FatalErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected