mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge branch 'testnet' into accelerator
This commit is contained in:
commit
bf884b5611
55 changed files with 866 additions and 326 deletions
|
@ -360,6 +360,7 @@ void ValidatorGroup::create_session() {
|
|||
}
|
||||
CHECK(found);
|
||||
|
||||
config_.catchain_opts.broadcast_speed_multiplier = opts_->get_catchain_broadcast_speed_multiplier();
|
||||
if (!config_.new_catchain_ids) {
|
||||
session_ = validatorsession::ValidatorSession::create(session_id_, config_, local_id_, std::move(vec),
|
||||
make_validator_session_callback(), keyring_, adnl_, rldp_,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue