| 14 | } |
| 15 | |
| 16 | void InitWarning(const std::string& str) |
| 17 | { |
| 18 | uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_WARNING); |
| 19 | } |
| 20 | |
| 21 | std::string AmountHighWarn(const std::string& optname) |
| 22 | { |
no outgoing calls
no test coverage detected