initial commit

This commit is contained in:
wowario
2018-12-02 17:29:51 +03:00
parent 58ce16d4d9
commit 675b879844
37 changed files with 455 additions and 320 deletions

View File

@@ -1164,10 +1164,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() << "wownerod is running";
}
else {
tools::fail_msg_writer() << "monerod is NOT running";
tools::fail_msg_writer() << "wownerod is NOT running";
}
return true;