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
4b68c7b165
4 changed files with 27 additions and 13 deletions
|
@ -2064,8 +2064,10 @@ void ValidatorManagerImpl::new_masterchain_block() {
|
|||
last_known_key_block_handle_ = last_key_block_handle_;
|
||||
callback_->new_key_block(last_key_block_handle_);
|
||||
}
|
||||
td::actor::send_closure(serializer_, &AsyncStateSerializer::update_last_known_key_block_ts,
|
||||
last_key_block_handle_->unix_time());
|
||||
if (!serializer_.empty()) {
|
||||
td::actor::send_closure(serializer_, &AsyncStateSerializer::update_last_known_key_block_ts,
|
||||
last_key_block_handle_->unix_time());
|
||||
}
|
||||
}
|
||||
|
||||
update_shard_overlays();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue