Skip to content

Commit

Permalink
Fix processing basechain blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyCheese committed Aug 17, 2023
1 parent 74ea8a9 commit 16935c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions validator/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,7 @@ void ValidatorManagerImpl::send_top_shard_block_description(td::Ref<ShardTopBloc
} else {
out_shard_blocks_[ShardTopBlockDescriptionId{desc->block_id().shard_full(), desc->catchain_seqno()}] = desc;
callback_->send_shard_block_info(desc->block_id(), desc->catchain_seqno(), desc->serialize());
new_shard_block(desc->block_id(), desc->catchain_seqno(), desc->serialize());
}
}

Expand Down

0 comments on commit 16935c2

Please sign in to comment.