Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ warningUnset
Method
warningUnset
src/node/kernel_notifications.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void KernelNotifications::warningUnset(kernel::Warning id)
88
{
89
m_warnings.Unset(id);
90
}
91
92
void KernelNotifications::flushError(const bilingual_str& message)
93
{
Callers
1
CheckForkWarningConditions
Method · 0.45
Calls
1
Unset
Method · 0.80
Tested by
no test coverage detected