Skip to content

Commit

Permalink
Merge pull request dogecoin#3506 from danielw86dev/1.15.0-dev-fix-reb…
Browse files Browse the repository at this point in the history
…rand-koinu

fix: missing koinu string
  • Loading branch information
patricklodder authored Apr 7, 2024
2 parents 672018c + 45dd454 commit 497c602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/forms/sendcoinsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@
<item>
<widget class="QRadioButton" name="radioCustomAtLeast">
<property name="toolTip">
<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>
<string>If the custom fee is set to 1000 koinu and the transaction is only 250 bytes, then &quot;per kilobyte&quot; only pays 250 koinu in fee, while &quot;total at least&quot; pays 1000 koinu. For transactions bigger than a kilobyte both pay by kilobyte.</string>
</property>
<property name="text">
<string>total at least</string>
Expand Down

0 comments on commit 497c602

Please sign in to comment.