diff options
author | monero-project <sempre.amaro@gmail.com> | 2014-05-15 18:47:12 -0400 |
---|---|---|
committer | monero-project <sempre.amaro@gmail.com> | 2014-05-15 18:47:12 -0400 |
commit | dda8b3432bc853463fcdd80c36f436be1a9f5d4f (patch) | |
tree | ddf6c47c1ef7c647fe68789c79fa4b773bfd1c38 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #10 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/patch-8 (diff) | |
parent | Added 'save_bc' command in daemon for saving blockchain remotely (diff) | |
download | monero-dda8b3432bc853463fcdd80c36f436be1a9f5d4f.tar.xz |
Merge pull request #11 from Neozaru/master
'save_bc' command for requesting blockchain saving remotely
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 a6c771804..3aa0789ae 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -46,6 +46,7 @@ namespace cryptonote 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); + bool save_bc(const std::vector<std::string>& args); bool refresh(const std::vector<std::string> &args); bool show_balance(const std::vector<std::string> &args = std::vector<std::string>()); bool show_incoming_transfers(const std::vector<std::string> &args); |