Bitcoin
|
Functions | |
static std::string strMiscWarning | GUARDED_BY (cs_warnings) = false |
void | SetMiscWarning (const std::string &strWarning) |
void | SetfLargeWorkForkFound (bool flag) |
bool | GetfLargeWorkForkFound () |
void | SetfLargeWorkInvalidChainFound (bool flag) |
std::string | GetWarnings (const std::string &strFor) |
Variables | |
static RecursiveMutex | cs_warnings |
bool GetfLargeWorkForkFound | ( | ) |
std::string GetWarnings | ( | const std::string & | strFor | ) |
Format a string that describes several potential problems detected by the core.
[in] | strFor | can have the following values:
|
|
static |
void SetfLargeWorkForkFound | ( | bool | flag | ) |
void SetfLargeWorkInvalidChainFound | ( | bool | flag | ) |
void SetMiscWarning | ( | const std::string & | strWarning | ) |
|
static |