aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-03-18 15:57:58 +0200
committerRiccardo Spagni <ric@spagni.net>2018-03-18 15:57:58 +0200
commitb8ccd47b9fbf877d506ea6619a95b6376ae47f40 (patch)
treedf7d4e13d5bc46a8ee8f5b212ff66cd1b3169ce5 /src/simplewallet/simplewallet.h
parentMerge pull request #3424 (diff)
parentwallet: make the segregation height settable (diff)
downloadmonero-b8ccd47b9fbf877d506ea6619a95b6376ae47f40.tar.xz
Merge pull request #3419
1e393f4b wallet: make the segregation height settable (moneromooo-monero)
Diffstat (limited to '')
-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 b2630c75e..f45018b60 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -136,6 +136,7 @@ namespace cryptonote
bool set_segregate_pre_fork_outputs(const std::vector<std::string> &args = std::vector<std::string>());
bool set_key_reuse_mitigation2(const std::vector<std::string> &args = std::vector<std::string>());
bool set_subaddress_lookahead(const std::vector<std::string> &args = std::vector<std::string>());
+ bool set_segregation_height(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);