diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-26 13:55:04 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-26 13:57:10 +0200 |
commit | ab0b411868e183106800717ba4cdbe25f76f3608 (patch) | |
tree | cc214d764b8b5440bda6e3d07684a6b24267ce43 /src/ui_interface.h | |
parent | 4e1567acff4b2d0116594b71af111b125517a87d (diff) | |
parent | faef293cf311a1063b31f90b645cb491d0140930 (diff) |
Merge #8486: [wallet] Add high transaction fee warnings
faef293 [wallet] Add high transaction fee warnings (MarcoFalke)
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r-- | src/ui_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui_interface.h b/src/ui_interface.h index 7e6557f8e2..177ff238db 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -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; |