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

@ -126,7 +126,7 @@ void FileDB::eraseMember(const uint64_t networkId,const uint64_t memberId)
{
}
void FileDB::nodeIsOnline(const uint64_t memberId)
void FileDB::nodeIsOnline(const uint64_t networkId,const uint64_t memberId)
{
// Nothing to do here right now in the filesystem store mode since we can just get this from the peer list
}