Skip to content

Commit

Permalink
Merge pull request WalletWasabi#12310 from MarnixCroes/dust-threshold
Browse files Browse the repository at this point in the history
[VDG] Settings: update Dust Threshold tooltip
  • Loading branch information
RolandUI authored Jan 25, 2024
2 parents 1884646 + 7aeb4b2 commit 9b54bc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</DockPanel>

<StackPanel Spacing="10"
ToolTip.Tip="Coins under the dust threshold won't appear.">
ToolTip.Tip="Coins received from others to already used addresses won't appear below this amount. To prevent potential dust attacks.">
<TextBlock Text="Dust Threshold" />
<controls:CurrencyEntryBox Text="{Binding DustThreshold}" CurrencyCode="BTC" />
</StackPanel>
Expand Down

0 comments on commit 9b54bc2

Please sign in to comment.