From 46906700318c5361f0e04a7639bfe2ba01b7564c Mon Sep 17 00:00:00 2001 From: Neozaru Date: Fri, 16 May 2014 00:21:43 +0200 Subject: Added 'save_bc' command in daemon for saving blockchain remotely --- src/simplewallet/simplewallet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/simplewallet/simplewallet.h') 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 &args = std::vector()); bool start_mining(const std::vector &args); bool stop_mining(const std::vector &args); + bool save_bc(const std::vector& args); bool refresh(const std::vector &args); bool show_balance(const std::vector &args = std::vector()); bool show_incoming_transfers(const std::vector &args); -- cgit v1.2.3