diff options
| author | TedTheFicus <jaysonthegreat99@gmail.com> | 2016-10-01 12:59:55 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-01 12:59:55 -0600 |
| commit | e5f8642f52eca489ac5c1258d005ab378fc1fb69 (patch) | |
| tree | 6aae09e97dc712598728e9a41b4abd3a8c2f01d7 | |
| parent | ea45d61f5dc63d4c8e56a8e4f23cdd54f832cfcf (diff) | |
| download | monzero-core-e5f8642f52eca489ac5c1258d005ab378fc1fb69.tar.gz monzero-core-e5f8642f52eca489ac5c1258d005ab378fc1fb69.tar.xz monzero-core-e5f8642f52eca489ac5c1258d005ab378fc1fb69.zip | |
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 ).
| -rw-r--r-- | translations/monero.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/monero.ts b/translations/monero.ts index e245c168b..018b4f1f0 100644 --- a/translations/monero.ts +++ b/translations/monero.ts @@ -90,7 +90,7 @@ </message> <message> <location filename="../src/simplewallet/simplewallet.cpp" line="355"/> - <source>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)</source> + <source>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)</source> <translation type="unfinished"></translation> </message> <message> |
