mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Send telemetry broadcasts to fast sync overlays
This commit is contained in:
parent
e6aac0b143
commit
d9aeab07db
8 changed files with 141 additions and 27 deletions
|
@ -2475,7 +2475,7 @@ td::actor::ActorOwn<ValidatorGroup> ValidatorManagerImpl::create_validator_group
|
|||
|
||||
auto validator_id = get_validator(shard, validator_set);
|
||||
CHECK(!validator_id.is_zero());
|
||||
auto descr = validator_set->find_validator(validator_id.bits256_value());
|
||||
auto descr = validator_set->get_validator(validator_id.bits256_value());
|
||||
CHECK(descr);
|
||||
auto adnl_id = adnl::AdnlNodeIdShort{
|
||||
descr->addr.is_zero() ? ValidatorFullId{descr->key}.compute_short_id().bits256_value() : descr->addr};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue