mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 21:36:45 +00:00
fix mix out probability percentage in tooltip
This commit is contained in:
parent
9c3b647f07
commit
4f4a48eb98
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
</Field>
|
</Field>
|
||||||
<Field text="Minimum mixes:">
|
<Field text="Minimum mixes:">
|
||||||
<Spinner fx:id="minMixes" editable="true" prefWidth="90" />
|
<Spinner fx:id="minMixes" editable="true" prefWidth="90" />
|
||||||
<HelpLabel helpText="The minimum number of mixes required before mixing to the selected wallet.\nTo ensure privacy, each mix beyond this number will have a 25% probability to mix to the selected wallet."/>
|
<HelpLabel helpText="The minimum number of mixes required before mixing to the selected wallet.\nTo ensure privacy, each mix beyond this number will have a 75% probability to mix to the selected wallet."/>
|
||||||
</Field>
|
</Field>
|
||||||
</Fieldset>
|
</Fieldset>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
Loading…
Reference in a new issue