diff options
author | monero-project <sempre.amaro@gmail.com> | 2014-06-02 10:53:22 -0400 |
---|---|---|
committer | monero-project <sempre.amaro@gmail.com> | 2014-06-02 10:53:22 -0400 |
commit | e526fd3a3c4487ec163a5354cdb975a8d7cbace7 (patch) | |
tree | e57ba83fb462a08ba637eb60ed96c2d18cd23405 /src/rpc/core_rpc_server.h | |
parent | Merge pull request #14 from Neozaru/master (diff) | |
parent | Enable wallet refresh before blockchain is saved or completely sync'd. (diff) | |
download | monero-e526fd3a3c4487ec163a5354cdb975a8d7cbace7.tar.xz |
Merge pull request #20 from artifexd/wallet_refresh
Enable wallet refresh before blockchain is saved or completely sync'd.
Diffstat (limited to 'src/rpc/core_rpc_server.h')
-rw-r--r-- | src/rpc/core_rpc_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/core_rpc_server.h b/src/rpc/core_rpc_server.h index 0f8f69b9d..abd9e3de7 100644 --- a/src/rpc/core_rpc_server.h +++ b/src/rpc/core_rpc_server.h @@ -76,6 +76,7 @@ namespace cryptonote bool on_get_block_header_by_height(const COMMAND_RPC_GET_BLOCK_HEADER_BY_HEIGHT::request& req, COMMAND_RPC_GET_BLOCK_HEADER_BY_HEIGHT::response& res, epee::json_rpc::error& error_resp, connection_context& cntx); //----------------------- bool handle_command_line(const boost::program_options::variables_map& vm); + bool check_core_busy(); bool check_core_ready(); //utils |