Bitcoin Core  27.99.0
P2P Digital Currency
Functions
warnings.h File Reference
#include <optional>
#include <string>
Include dependency graph for warnings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void SetMiscWarning (const bilingual_str &warning)
 
void SetfLargeWorkInvalidChainFound (bool flag)
 
void SetMedianTimeOffsetWarning (std::optional< bilingual_str > warning)
 Pass std::nullopt to disable the warning. More...
 
bilingual_str GetWarnings (bool verbose)
 Format a string that describes several potential problems detected by the core. More...
 

Function Documentation

◆ GetWarnings()

bilingual_str GetWarnings ( bool  verbose)

Format a string that describes several potential problems detected by the core.

Parameters
[in]verbosebool
  • if true, get all warnings separated by
  • if false, get the most important warning
Returns
the warning string

Definition at line 42 of file warnings.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetfLargeWorkInvalidChainFound()

void SetfLargeWorkInvalidChainFound ( bool  flag)

Definition at line 31 of file warnings.cpp.

Here is the caller graph for this function:

◆ SetMedianTimeOffsetWarning()

void SetMedianTimeOffsetWarning ( std::optional< bilingual_str warning)

Pass std::nullopt to disable the warning.

Definition at line 37 of file warnings.cpp.

Here is the caller graph for this function:

◆ SetMiscWarning()

void SetMiscWarning ( const bilingual_str warning)

Definition at line 25 of file warnings.cpp.

Here is the caller graph for this function: