mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 18:53:23 -03:00
[qt] Improved "custom fee" explanation in tooltip
This commit is contained in:
parent
e117cfe45e
commit
0bc095efd8
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue