aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-25 13:48:28 +0200
committerRiccardo Spagni <ric@spagni.net>2017-03-25 13:48:28 +0200
commita0af28ceba71384e6fe40f79d238dafc18ac50e3 (patch)
treeed7519ada9ce52718cffd47ee31eab89b5d4e7b6 /src/simplewallet/simplewallet.h
parentMerge pull request #1924 (diff)
parentwallet: option to merge destinations (diff)
downloadmonero-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.h1
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);