aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/CMakeLists.txt2
-rw-r--r--src/daemon/command_server.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/CMakeLists.txt b/src/daemon/CMakeLists.txt
index 649823a59..795442a2d 100644
--- a/src/daemon/CMakeLists.txt
+++ b/src/daemon/CMakeLists.txt
@@ -87,7 +87,7 @@ target_link_libraries(daemon
rpc
blockchain_db
cryptonote_core
- crypto
+ cncrypto
common
p2p
cryptonote_protocol
diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp
index 21f550a85..f47891fdd 100644
--- a/src/daemon/command_server.cpp
+++ b/src/daemon/command_server.cpp
@@ -246,7 +246,7 @@ t_command_server::t_command_server(
m_command_lookup.set_handler(
"update"
, std::bind(&t_command_parser_executor::update, &m_parser, p::_1)
- , "subcommands: check (check if an update is available), download (download it is there is), update (not implemented)"
+ , "subcommands: check (check if an update is available), download (download it if there is), update (not implemented)"
);
m_command_lookup.set_handler(
"relay_tx"