diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-01-08 01:14:09 +0100 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-09-26 01:11:27 +0200 |
commit | faef293cf311a1063b31f90b645cb491d0140930 (patch) | |
tree | bd67b895fce33411eb8a99cb18311ed3a39033ca /src/ui_interface.h | |
parent | 24f72e9f3fd0ce64b944c2a474786f06ed5fa0fd (diff) |
[wallet] Add high transaction fee warnings
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; |