You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The custom fee input box now has a minimum value equal to the minimum
required fee. Before a value below the minimum fee could be entered
which was confusing since the minimum fee would still be paid even
though a lower amount was entered.
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</string>
<string>Paying only the minimum fee is just fine as long as there is less transaction volume than space in the blocks. But be aware that this can end up in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</string>
886
+
<string>When there is less transaction volume than space in the blocks, miners as well as relaying nodes may enforce a minimum fee. Paying only this minimum fee is just fine, but be aware that this can result in a never confirming transaction once there is more demand for bitcoin transactions than the network can process.</string>
897
887
</property>
898
888
<propertyname="text">
899
-
<string>(read the tooltip)</string>
900
-
</property>
901
-
<propertyname="margin">
902
-
<number>5</number>
889
+
<string>A too low fee might result in a never confirming transaction (read the tooltip)</string>
903
890
</property>
904
891
</widget>
905
892
</item>
@@ -992,9 +979,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
992
979
<propertyname="text">
993
980
<string/>
994
981
</property>
995
-
<propertyname="margin">
996
-
<number>2</number>
997
-
</property>
998
982
</widget>
999
983
</item>
1000
984
<item>
@@ -1009,9 +993,6 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
1009
993
<propertyname="text">
1010
994
<string>(Smart fee not initialized yet. This usually takes a few blocks...)</string>
1011
995
</property>
1012
-
<propertyname="margin">
1013
-
<number>2</number>
1014
-
</property>
1015
996
</widget>
1016
997
</item>
1017
998
<item>
@@ -1038,24 +1019,8 @@ Note: Since the fee is calculated on a per-byte basis, a fee of "100 satoshis p
0 commit comments