mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Add overlay certificate checks
This commit is contained in:
parent
9e9351903a
commit
678a8a6a13
17 changed files with 232 additions and 62 deletions
|
@ -486,7 +486,7 @@ void CatChainReceiverImpl::start_up() {
|
|||
}
|
||||
td::actor::send_closure(overlay_manager_, &overlay::Overlays::create_private_overlay,
|
||||
get_source(local_idx_)->get_adnl_id(), overlay_full_id_.clone(), std::move(ids),
|
||||
make_callback(), overlay::OverlayPrivacyRules{0, std::move(root_keys)});
|
||||
make_callback(), overlay::OverlayPrivacyRules{0, 0, std::move(root_keys)});
|
||||
|
||||
CHECK(root_block_);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue