More Central work.

This commit is contained in:
Adam Ierymenko 2017-11-08 11:32:01 -08:00
parent 4166d8ca35
commit c12b68a6b2
6 changed files with 13 additions and 13 deletions

View file

@ -1175,7 +1175,7 @@ void EmbeddedNetworkController::_request(
ms.lastRequestTime = now;
}
_db->nodeIsOnline(identity.address().toInt());
_db->nodeIsOnline(nwid,identity.address().toInt());
Utils::hex(nwid,nwids);
_db->get(nwid,network,identity.address().toInt(),member,ns);