diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-03-25 13:28:19 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-03-25 13:28:19 +0200 |
commit | 4737f61c81ad1f3d8a7767e6b9a38c2fec9dca98 (patch) | |
tree | 32635e87aff612d29a98e408109b3a0fb3b2e58c /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1918 (diff) | |
parent | wallet: try to save large outputs when using an unneeded second input (diff) | |
download | monero-4737f61c81ad1f3d8a7767e6b9a38c2fec9dca98.tar.xz |
Merge pull request #1919
0ad87db0 wallet: try to save large outputs when using an unneeded second input (moneromooo-monero)
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index c7d65633f..bb668b123 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -117,6 +117,8 @@ namespace cryptonote bool set_confirm_missing_payment_id(const std::vector<std::string> &args = std::vector<std::string>()); bool set_ask_password(const std::vector<std::string> &args = std::vector<std::string>()); bool set_unit(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_min_output_count(const std::vector<std::string> &args = std::vector<std::string>()); + bool set_min_output_value(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); |