mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
daemon_ipc_handlers: fix inverted return value in check_core_busy documentation
This commit is contained in:
parent
33a87469c0
commit
ead65ba824
@ -56,7 +56,7 @@ namespace
|
|||||||
/*!
|
/*!
|
||||||
* \brief Checks if core is busy
|
* \brief Checks if core is busy
|
||||||
*
|
*
|
||||||
* \return true if core is busy
|
* \return false if core is busy
|
||||||
*/
|
*/
|
||||||
bool check_core_busy()
|
bool check_core_busy()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user