MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / UnregisterValidationInterface

Method UnregisterValidationInterface

src/validationinterface.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void ValidationSignals::UnregisterValidationInterface(CValidationInterface* callbacks)
132{
133 m_internals->Unregister(callbacks);
134}
135
136void ValidationSignals::UnregisterAllValidationInterfaces()
137{

Callers 5

ShutdownFunction · 0.80
ProcessBlockFunction · 0.80
StopMethod · 0.80

Calls

no outgoing calls

Tested by 1

ProcessBlockFunction · 0.64