diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-08 10:14:44 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-10-08 10:14:44 +0100 |
commit | 4090e8c6e51e32bb389bb5021eaf5142e2fb6d01 (patch) | |
tree | c56c0d49aff67c05cd2068f29a062f8bba40400f /src/simplewallet/simplewallet.h | |
parent | Merge pull request #2548 (diff) | |
download | monero-4090e8c6e51e32bb389bb5021eaf5142e2fb6d01.tar.xz |
simplewallet: add get/set for refresh-from-height
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 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); |