fix remaining bitmonero and simplewallet bits

This commit is contained in:
Riccardo Spagni 2016-09-03 22:03:44 +02:00
parent 04b120fb39
commit df63e0704a
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
16 changed files with 22 additions and 22 deletions

View file

@ -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;