MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetfLargeWorkInvalidChainFound

Function SetfLargeWorkInvalidChainFound

src/warnings.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void SetfLargeWorkInvalidChainFound(bool flag)
26{
27 LOCK(g_warnings_mutex);
28 fLargeWorkInvalidChainFound = flag;
29}
30
31bilingual_str GetWarnings(bool verbose)
32{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected