aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-10-10 15:03:38 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-10-10 15:04:11 +0000
commitc0822fdd301a41711dca69576449046b55cf9bca (patch)
tree93ffba20a2c0c9dbf23f7b1a189a6d657c7cb400 /src/simplewallet
parentMerge pull request #4540 (diff)
downloadmonero-c0822fdd301a41711dca69576449046b55cf9bca.tar.xz
simplewallet: mark default-ring-size setting as obsolete
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index 4ec7e3eb4..b63eb5974 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 "