diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-04-27 11:05:26 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-04-27 11:06:43 +0200 |
commit | dffb535eada65553198793be550d5341088203d2 (patch) | |
tree | 476ef43d45518b34c9157d02fb75a5c6feab904e /src/qt | |
parent | 3c3164da736d57bccc393f160236a507eacbae19 (diff) |
qt: remove fee recommendation in settings
This value gets stale really quickly, do not hardcode it into a message.
Completely remove it for now.
Later on, a mechanism will be added to determine fees based on the mempool.
Closes #2576
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/forms/optionsdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/optionsdialog.ui b/src/qt/forms/optionsdialog.ui index 3771f9de63..bb53021cfd 100644 --- a/src/qt/forms/optionsdialog.ui +++ b/src/qt/forms/optionsdialog.ui @@ -33,7 +33,7 @@ <item> <widget class="QLabel" name="transactionFeeInfoLabel"> <property name="text"> - <string>Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB. Fee 0.01 recommended.</string> + <string>Optional transaction fee per kB that helps make sure your transactions are processed quickly. Most transactions are 1 kB.</string> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> |