Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
void ValidationSignals::UnregisterValidationInterface(CValidationInterface* callbacks)
132
{
133
m_internals->Unregister(callbacks);
134
}
135
136
void ValidationSignals::UnregisterAllValidationInterfaces()
137
{
Callers
5
Shutdown
Function · 0.80
process_message.cpp
File · 0.80
process_messages.cpp
File · 0.80
ProcessBlock
Function · 0.80
Stop
Method · 0.80
Calls
no outgoing calls
Tested by
1
ProcessBlock
Function · 0.64