mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 18:56:31 +02:00
daemon_ipc_handers: fix check_core_ready returning ready when not ready
This commit is contained in:
parent
ead65ba824
commit
d7a0de604b
@ -74,7 +74,7 @@ namespace
|
|||||||
*/
|
*/
|
||||||
bool check_core_ready()
|
bool check_core_ready()
|
||||||
{
|
{
|
||||||
if (p2p->get_payload_object().is_synchronized())
|
if (!p2p->get_payload_object().is_synchronized())
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user