Bitcoin Core  27.99.0
P2P Digital Currency
Functions | Variables
warnings.cpp File Reference
#include <warnings.h>
#include <common/system.h>
#include <sync.h>
#include <util/string.h>
#include <util/translation.h>
#include <vector>
Include dependency graph for warnings.cpp:

Go to the source code of this file.

Functions

static bilingual_str g_misc_warnings GUARDED_BY (g_warnings_mutex) = false
 
void SetMiscWarning (const bilingual_str &warning)
 
void SetfLargeWorkInvalidChainFound (bool flag)
 
bilingual_str GetWarnings (bool verbose)
 Format a string that describes several potential problems detected by the core. More...
 

Variables

static GlobalMutex g_warnings_mutex
 

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 35 of file warnings.cpp.

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

◆ GUARDED_BY()

static bool fLargeWorkInvalidChainFound GUARDED_BY ( g_warnings_mutex  ) = false
static

◆ SetfLargeWorkInvalidChainFound()

void SetfLargeWorkInvalidChainFound ( bool  flag)

Definition at line 29 of file warnings.cpp.

Here is the caller graph for this function:

◆ SetMiscWarning()

void SetMiscWarning ( const bilingual_str warning)

Definition at line 23 of file warnings.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ g_warnings_mutex

GlobalMutex g_warnings_mutex
static

Definition at line 19 of file warnings.cpp.