aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-08 10:14:44 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-10-08 10:14:44 +0100
commit4090e8c6e51e32bb389bb5021eaf5142e2fb6d01 (patch)
treec56c0d49aff67c05cd2068f29a062f8bba40400f /src/simplewallet/simplewallet.h
parentMerge pull request #2548 (diff)
downloadmonero-4090e8c6e51e32bb389bb5021eaf5142e2fb6d01.tar.xz
simplewallet: add get/set for refresh-from-height
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 6c6d0cf05..2b6b37dd9 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -123,6 +123,7 @@ namespace cryptonote
bool set_merge_destinations(const std::vector<std::string> &args = std::vector<std::string>());
bool set_confirm_backlog(const std::vector<std::string> &args = std::vector<std::string>());
bool set_confirm_backlog_threshold(const std::vector<std::string> &args = std::vector<std::string>());
+ bool set_refresh_from_block_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);