Skip to content

Commit

Permalink
it's masarid, not monerod.
Browse files Browse the repository at this point in the history
  • Loading branch information
camthegeek committed May 7, 2020
1 parent 7153d34 commit de0f008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/daemon/rpc_command_executor.cpp
Expand Up @@ -1200,10 +1200,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() << "monerod is running";
tools::success_msg_writer() << "masarid is running";
}
else {
tools::fail_msg_writer() << "monerod is NOT running";
tools::fail_msg_writer() << "masarid is NOT running";
}

return true;
Expand Down

0 comments on commit de0f008

Please sign in to comment.