mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 00:24:58 -04:00
fix remaining bitmonero and simplewallet bits
This commit is contained in:
parent
04b120fb39
commit
df63e0704a
16 changed files with 22 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue