mirror of
https://github.com/monero-project/monero.git
synced 2025-05-05 00:24:58 -04:00
'max limit of...' is redundant wording, rephrase
This commit is contained in:
parent
80e38895b3
commit
0100e951d3
3 changed files with 3 additions and 3 deletions
|
@ -964,7 +964,7 @@ bool t_rpc_command_executor::out_peers(uint64_t limit)
|
|||
}
|
||||
}
|
||||
|
||||
std::cout << "Max limit of out peers set to " << limit << std::endl;
|
||||
std::cout << "Max number of out peers set to " << limit << std::endl;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue