diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-03-25 13:48:28 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-03-25 13:48:28 +0200 |
commit | a0af28ceba71384e6fe40f79d238dafc18ac50e3 (patch) | |
tree | ed7519ada9ce52718cffd47ee31eab89b5d4e7b6 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #1924 (diff) | |
parent | wallet: option to merge destinations (diff) | |
download | monero-a0af28ceba71384e6fe40f79d238dafc18ac50e3.tar.xz |
Merge pull request #1920
a50c4a4f wallet: option to merge destinations (moneromooo-monero)
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 bb668b123..14722e942 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -119,6 +119,7 @@ namespace cryptonote 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 set_merge_destinations(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); |