Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ UnregisterAllValidationInterfaces
Function
UnregisterAllValidationInterfaces
src/validationinterface.cpp:147–153 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
void UnregisterAllValidationInterfaces()
148
{
149
if (!g_signals.m_internals) {
150
return;
151
}
152
g_signals.m_internals->Clear();
153
}
154
155
void CallFunctionInValidationInterfaceQueue(std::function<void()> func)
156
{
Callers
2
Shutdown
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
Clear
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68