mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix updating neighbors in private overlays (#1314)
This commit is contained in:
parent
f82827e79e
commit
0862cca295
3 changed files with 6 additions and 10 deletions
|
@ -280,7 +280,7 @@ class OverlayImpl : public Overlay {
|
|||
|
||||
void update_peer_ip_str(adnl::AdnlNodeIdShort peer_id, td::string ip_str) override;
|
||||
|
||||
void update_root_member_list(std::vector<adnl::AdnlNodeIdShort> nodes, std::vector<PublicKeyHash> root_public_keys,
|
||||
void update_root_member_list(std::vector<adnl::AdnlNodeIdShort> ids, std::vector<PublicKeyHash> root_public_keys,
|
||||
OverlayMemberCertificate cert) override;
|
||||
|
||||
bool is_valid_peer(const adnl::AdnlNodeIdShort &id, const ton_api::overlay_MemberCertificate *certificate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue