Skip to content

Commit 0bc095e

Browse files
committed
[qt] Improved "custom fee" explanation in tooltip
1 parent e117cfe commit 0bc095e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/qt/forms/sendcoinsdialog.ui

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,9 @@
848848
<item>
849849
<widget class="QLabel" name="labelCustomPerKilobyte">
850850
<property name="toolTip">
851-
<string>If the custom fee is set to 1000 satoshis and the transaction is only 250 bytes, then &quot;per kilobyte&quot; only pays 250 satoshis in fee, while &quot;total at least&quot; pays 1000 satoshis. For transactions bigger than a kilobyte both pay by kilobyte.</string>
851+
<string>Specify a custom fee per kB (1,000 bytes) of the transaction's virtual size.
852+
853+
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>
852854
</property>
853855
<property name="text">
854856
<string>per kilobyte</string>

0 commit comments

Comments
 (0)