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

Function UnregisterValidationInterface

src/validationinterface.cpp:140–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void UnregisterValidationInterface(CValidationInterface* callbacks)
141{
142 if (g_signals.m_internals) {
143 g_signals.m_internals->Unregister(callbacks);
144 }
145}
146
147void UnregisterAllValidationInterfaces()
148{

Callers 3

ShutdownFunction · 0.85
StopMethod · 0.85

Calls 1

UnregisterMethod · 0.80

Tested by

no test coverage detected