diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-30 21:16:51 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2015-10-30 21:16:51 +0000 |
commit | c7dc6ef8e8bc20404fce62de2987cf9f93b56c6d (patch) | |
tree | a92eaf7467203230f4addf396881228a600b19fc /src/simplewallet/simplewallet.h | |
parent | Merge pull request #465 (diff) | |
download | monero-c7dc6ef8e8bc20404fce62de2987cf9f93b56c6d.tar.xz |
simplewallet: add a set default-mixin command
The default default mixin is 4. It can now be changed per wallet.
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 78f061130..c4edd98d0 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -100,6 +100,7 @@ namespace cryptonote bool seed_set_language(const std::vector<std::string> &args = std::vector<std::string>()); bool set_always_confirm_transfers(const std::vector<std::string> &args = std::vector<std::string>()); bool set_store_tx_keys(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_default_mixin(const std::vector<std::string> &args = std::vector<std::string>()); bool help(const std::vector<std::string> &args = std::vector<std::string>()); bool start_mining(const std::vector<std::string> &args); bool stop_mining(const std::vector<std::string> &args); |