diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-10-15 13:30:00 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-10-15 13:30:01 +0200 |
commit | f6cfca9a405a4d396b675a67dc89057e3a04233c (patch) | |
tree | 9a9b6910fbfb0f96995c837f1640ddbd1522f009 | |
parent | Merge pull request #4578 (diff) | |
parent | simplewallet: mark default-ring-size setting as obsolete (diff) | |
download | monero-f6cfca9a405a4d396b675a67dc89057e3a04233c.tar.xz |
Merge pull request #4551
c0822fdd simplewallet: mark default-ring-size setting as obsolete (moneromooo-monero)
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index e1a98135c..47b77abc6 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2403,7 +2403,7 @@ simple_wallet::simple_wallet() "store-tx-info <1|0>\n " " Whether to store outgoing tx info (destination address, payment ID, tx secret key) for future reference.\n " "default-ring-size <n>\n " - " Set the default ring size (default and minimum is 5).\n " + " Set the default ring size (obsolete).\n " "auto-refresh <1|0>\n " " Whether to automatically synchronize new blocks from the daemon.\n " "refresh-type <full|optimize-coinbase|no-coinbase|default>\n " |