fix mix out probability percentage in tooltip

This commit is contained in:
Craig Raw 2022-01-13 16:05:29 +02:00
parent 9c3b647f07
commit 4f4a48eb98

View file

@ -35,7 +35,7 @@
</Field>
<Field text="Minimum mixes:">
<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>
</Fieldset>
</Form>