[wallet] Add high transaction fee warnings

This commit is contained in:
MarcoFalke
2016-01-08 01:14:09 +01:00
parent 24f72e9f3f
commit faef293cf3
4 changed files with 24 additions and 8 deletions

View File

@@ -112,6 +112,8 @@ void InitWarning(const std::string& str);
/** Show error message **/
bool InitError(const std::string& str);
std::string AmountHighWarn(const std::string& optname);
std::string AmountErrMsg(const char* const optname, const std::string& strValue);
extern CClientUIInterface uiInterface;