aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorj-berman <justinberman@protonmail.com>2022-02-11 20:01:23 -0500
committerj-berman <justinberman@protonmail.com>2022-04-18 14:36:28 -0700
commit5d388eb74d8095b0757e77b47a0da53ec54eb972 (patch)
tree01cd0d28248a046943b1b5beec81c77e35b2e43e /src/simplewallet/simplewallet.h
parentMerge pull request #8211 (diff)
downloadmonero-5d388eb74d8095b0757e77b47a0da53ec54eb972.tar.xz
Bump ring size to 16 for v15 & remove set default in wallet cli
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 473120eac..4c005c53a 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -125,7 +125,6 @@ namespace cryptonote
bool set_always_confirm_transfers(const std::vector<std::string> &args = std::vector<std::string>());
bool set_print_ring_members(const std::vector<std::string> &args = std::vector<std::string>());
bool set_store_tx_info(const std::vector<std::string> &args = std::vector<std::string>());
- bool set_default_ring_size(const std::vector<std::string> &args = std::vector<std::string>());
bool set_auto_refresh(const std::vector<std::string> &args = std::vector<std::string>());
bool set_refresh_type(const std::vector<std::string> &args = std::vector<std::string>());
bool set_confirm_missing_payment_id(const std::vector<std::string> &args = std::vector<std::string>());