Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void SetfLargeWorkInvalidChainFound(bool flag)
26
{
27
LOCK(g_warnings_mutex);
28
fLargeWorkInvalidChainFound = flag;
29
}
30
31
bilingual_str GetWarnings(bool verbose)
32
{
Callers
1
CheckForkWarningConditions
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected