Bitcoin ABC 0.26.3
P2P Digital Currency
|
#include <string>
Go to the source code of this file.
Functions | |
void | SetMiscWarning (const bilingual_str &strWarning) |
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. | |
bool GetfLargeWorkForkFound | ( | ) |
Definition at line 31 of file warnings.cpp.
bilingual_str GetWarnings | ( | bool | verbose | ) |
Format a string that describes several potential problems detected by the core.
[in] | verbose | bool
|
Definition at line 41 of file warnings.cpp.
Definition at line 26 of file warnings.cpp.
Definition at line 36 of file warnings.cpp.
void SetMiscWarning | ( | const bilingual_str & | strWarning | ) |
Definition at line 21 of file warnings.cpp.