From e5f8642f52eca489ac5c1258d005ab378fc1fb69 Mon Sep 17 00:00:00 2001 From: TedTheFicus Date: Sat, 1 Oct 2016 12:59:55 -0600 Subject: [PATCH] Update minimum mixin in transfer_original help text Changed the wording from "from 0 to maximum available" to "from 2 to maximum available". May I also suggest putting in a number rather than "maximum available" and also clarifying that mixin = 0 is still allowed if the user has unmixable outputs (dust), which he wants to "undust" using sweep_unmixable (comment from dEBRUYNE-1 ). --- translations/monero.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/monero.ts b/translations/monero.ts index e245c168..018b4f1f 100644 --- a/translations/monero.ts +++ b/translations/monero.ts @@ -90,7 +90,7 @@ - transfer [<mixin_count>] <addr_1> <amount_1> [<addr_2> <amount_2> ... <addr_N> <amount_N>] [payment_id] - Transfer <amount_1>,... <amount_N> to <address_1>,... <address_N>, respectively. <mixin_count> is the number of transactions yours is indistinguishable from (from 0 to maximum available) + transfer [<mixin_count>] <addr_1> <amount_1> [<addr_2> <amount_2> ... <addr_N> <amount_N>] [payment_id] - Transfer <amount_1>,... <amount_N> to <address_1>,... <address_N>, respectively. <mixin_count> is the number of transactions yours is indistinguishable from (from 2 to maximum available)