aboutsummaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-09-03 22:03:44 +0200
committerRiccardo Spagni <ric@spagni.net>2016-09-03 22:03:44 +0200
commitdf63e0704aaed8ca4ce89f84586978c0b714ebf8 (patch)
tree46a59c67869cdbfcaaa1ec9d1aa904c97eb7987d /src/daemon
parentfix blockchain utilities readme (diff)
downloadmonero-df63e0704aaed8ca4ce89f84586978c0b714ebf8.tar.xz
fix remaining bitmonero and simplewallet bits
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/rpc_command_executor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp
index fba3e5398..f10a5a3a6 100644
--- a/src/daemon/rpc_command_executor.cpp
+++ b/src/daemon/rpc_command_executor.cpp
@@ -923,10 +923,10 @@ bool t_rpc_command_executor::print_status()
bool daemon_is_alive = m_rpc_client->check_connection();
if(daemon_is_alive) {
- tools::success_msg_writer() << "bitmonerod is running";
+ tools::success_msg_writer() << "monerod is running";
}
else {
- tools::fail_msg_writer() << "bitmonerod is NOT running";
+ tools::fail_msg_writer() << "monerod is NOT running";
}
return true;