![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#include <stdlib.h>#include <string>Go to the source code of this file.
Functions | |
| void | SetMiscWarning (const std::string &strWarning) |
| void | SetfLargeWorkForkFound (bool flag) |
| bool | GetfLargeWorkForkFound () |
| void | SetfLargeWorkInvalidChainFound (bool flag) |
| std::string | GetWarnings (const std::string &strFor) |
| Format a string that describes several potential problems detected by the core. More... | |
| bool GetfLargeWorkForkFound | ( | ) |
Definition at line 28 of file warnings.cpp.
| 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:
|
Definition at line 40 of file warnings.cpp.
| void SetfLargeWorkForkFound | ( | bool | flag | ) |
Definition at line 22 of file warnings.cpp.
| void SetfLargeWorkInvalidChainFound | ( | bool | flag | ) |
Definition at line 34 of file warnings.cpp.
| void SetMiscWarning | ( | const std::string & | strWarning | ) |
Definition at line 16 of file warnings.cpp.
1.8.14