aboutsummaryrefslogtreecommitdiff
path: root/src/ui_interface.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-01-08 01:14:09 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-09-26 01:11:27 +0200
commitfaef293cf311a1063b31f90b645cb491d0140930 (patch)
treebd67b895fce33411eb8a99cb18311ed3a39033ca /src/ui_interface.h
parent24f72e9f3fd0ce64b944c2a474786f06ed5fa0fd (diff)
downloadbitcoin-faef293cf311a1063b31f90b645cb491d0140930.tar.xz
[wallet] Add high transaction fee warnings
Diffstat (limited to 'src/ui_interface.h')
-rw-r--r--src/ui_interface.h2
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;