diff options
author | artifexd <artifexd@outlook.com> | 2014-06-01 17:53:44 -0400 |
---|---|---|
committer | artifexd <artifexd@outlook.com> | 2014-06-01 18:20:20 -0400 |
commit | 7f0b8465e7e7a3d917cd4252a67b99c77eb8328c (patch) | |
tree | aaf0449f9fa1c9383c26f5e31f080ca3d276bcff /src/rpc/core_rpc_server.h | |
parent | Merge branch '0.8.8update' (diff) | |
download | monero-7f0b8465e7e7a3d917cd4252a67b99c77eb8328c.tar.xz |
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 ad0016c94..2516c8455 100644 --- a/src/rpc/core_rpc_server.h +++ b/src/rpc/core_rpc_server.h @@ -74,6 +74,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 |