mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Clarify in/out connections for users
This commit is contained in:
parent
e56bf442c3
commit
db0a5392a5
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ bool t_rpc_command_executor::show_status() {
|
|||
|
||||
std::time_t uptime = std::time(nullptr) - ires.start_time;
|
||||
|
||||
tools::success_msg_writer() << boost::format("Height: %llu/%llu (%.1f%%) on %s, %s, net hash %s, v%u%s, %s, %u+%u connections, uptime %ud %uh %um %us")
|
||||
tools::success_msg_writer() << boost::format("Height: %llu/%llu (%.1f%%) on %s, %s, net hash %s, v%u%s, %s, %u(out)+%u(in) connections, uptime %ud %uh %um %us")
|
||||
% (unsigned long long)ires.height
|
||||
% (unsigned long long)(ires.target_height >= ires.height ? ires.target_height : ires.height)
|
||||
% get_sync_percentage(ires)
|
||||
|
|
Loading…
Reference in a new issue