diff options
| author | MarcoFalke <[email protected]> | 2016-01-08 01:14:09 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-09-26 01:11:27 +0200 |
| commit | faef293cf311a1063b31f90b645cb491d0140930 (patch) | |
| tree | bd67b895fce33411eb8a99cb18311ed3a39033ca /src/ui_interface.h | |
| parent | Merge #8371: [Qt] Add out-of-sync modal info layer (diff) | |
| download | discoin-faef293cf311a1063b31f90b645cb491d0140930.tar.xz discoin-faef293cf311a1063b31f90b645cb491d0140930.zip | |
[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 7e6557f8e..177ff238d 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; |