mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-05 06:07:35 -05:00
rpc: always set the update field in update on sucess
Coverity 205416
This commit is contained in:
@@ -2617,6 +2617,7 @@ namespace cryptonote
|
||||
{
|
||||
RPC_TRACKER(update);
|
||||
|
||||
res.update = false;
|
||||
if (m_core.offline())
|
||||
{
|
||||
res.status = "Daemon is running offline";
|
||||
|
||||
Reference in New Issue
Block a user