don't request banned router

This commit is contained in:
orignal 2024-03-03 07:42:39 -05:00
parent 6ba42a0912
commit f1058410fb
3 changed files with 14 additions and 2 deletions

View file

@ -87,6 +87,7 @@ namespace data
};
std::shared_ptr<RouterProfile> GetRouterProfile (const IdentHash& identHash);
bool IsRouterBanned (const IdentHash& identHash); // check only existing profiles
void InitProfilesStorage ();
void DeleteObsoleteProfiles ();
void SaveProfiles ();