mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 15:16:40 -08:00
fix remaining bitmonero and simplewallet bits
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user