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

Method warningSet

src/node/kernel_notifications.cpp:80–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void KernelNotifications::warningSet(kernel::Warning id, const bilingual_str& message)
81{
82 if (m_warnings.Set(id, message)) {
83 AlertNotify(message.original);
84 }
85}
86
87void KernelNotifications::warningUnset(kernel::Warning id)
88{

Callers 2

UpdateTipMethod · 0.45

Calls 2

AlertNotifyFunction · 0.85
SetMethod · 0.45

Tested by

no test coverage detected