forked from such-gitea/wownero
show full version
This commit is contained in:
@@ -2533,7 +2533,7 @@ bool t_rpc_command_executor::version()
|
||||
}
|
||||
}
|
||||
|
||||
if (res.version.empty() || !cryptonote::rpc::is_version_string_valid(res.version))
|
||||
if (res.version.empty())
|
||||
{
|
||||
tools::fail_msg_writer() << "The daemon software version is not available.";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user