show full version

This commit is contained in:
wowario
2023-01-25 19:41:15 +03:00
parent b83ff851d2
commit 82a019cd12
3 changed files with 3 additions and 3 deletions

View File

@@ -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.";
}