| 14 | bool fLargeWorkInvalidChainFound GUARDED_BY(cs_warnings) = false; |
| 15 | |
| 16 | void SetMiscWarning(const std::string& strWarning) |
| 17 | { |
| 18 | LOCK(cs_warnings); |
| 19 | strMiscWarning = strWarning; |
| 20 | } |
| 21 | |
| 22 | void SetfLargeWorkForkFound(bool flag) |
| 23 | { |
no outgoing calls
no test coverage detected