diff options
author | Randolf Richardson <randolf@richardson.tw> | 2018-02-21 07:49:49 -0800 |
---|---|---|
committer | Randolf Richardson <randolf@richardson.tw> | 2018-03-01 19:43:44 +0000 |
commit | 0bc095efd8dd25770af398cb2b73cd65b3bc9f89 (patch) | |
tree | 518136f9b46183cdf430e5fe95fa2547c8708295 /src/qt/forms/sendcoinsdialog.ui | |
parent | e117cfe45eee9169409e74a44ef4a866be25bc35 (diff) |
[qt] Improved "custom fee" explanation in tooltip
Diffstat (limited to 'src/qt/forms/sendcoinsdialog.ui')
-rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index 195a5560f7..6b31ddea90 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -848,7 +848,9 @@ <item> <widget class="QLabel" name="labelCustomPerKilobyte"> <property name="toolTip"> - <string>If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then "per kilobyte" only pays 250 satoshis in fee, while "total at least" pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.</string> + <string>Specify a custom fee per kB (1,000 bytes) of the transaction's virtual size. + +Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis per kB" for a transaction size of 500 bytes (half of 1 kB) would ultimately yield a fee of only 50 satoshis.</string> </property> <property name="text"> <string>per kilobyte</string> |