![]() |
Bitcoin Core
0.21.1
P2P Digital Currency
|
#include <warnings.h>#include <sync.h>#include <util/string.h>#include <util/system.h>#include <util/translation.h>#include <vector>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 | SetfLargeWorkForkFound (bool flag) |
| bool | GetfLargeWorkForkFound () |
| void | SetfLargeWorkInvalidChainFound (bool flag) |
| bilingual_str | GetWarnings (bool verbose) |
| Format a string that describes several potential problems detected by the core. More... | |
Variables | |
| static Mutex | g_warnings_mutex |
| bool GetfLargeWorkForkFound | ( | ) |
| bilingual_str GetWarnings | ( | bool | verbose | ) |
Format a string that describes several potential problems detected by the core.
| [in] | verbose | bool
|
Definition at line 44 of file warnings.cpp.
|
static |
| void SetfLargeWorkForkFound | ( | bool | flag | ) |
| void SetfLargeWorkInvalidChainFound | ( | bool | flag | ) |
| void SetMiscWarning | ( | const bilingual_str & | warning | ) |
|
static |
Definition at line 15 of file warnings.cpp.
1.8.8