Called when a warning becomes active.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
virtual
void
WarningSetHandler(
Warning warning,
std::string_view message);
Parameters
Name |
Description |
warning |
The warning that was set. |
message |
A human‐readable description. |
Created with MrDocs