1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

Use candidates from DB in wait block data

This commit is contained in:
SpyCheese 2024-08-01 13:57:32 +03:00
parent d4da0ace74
commit 70322f58c1
17 changed files with 140 additions and 30 deletions

View file

@ -149,7 +149,7 @@ void CollatorNode::new_masterchain_block_notification(td::Ref<MasterchainState>
}
}
for (auto it = future_validator_groups_.begin(); it != future_validator_groups_.end(); ++it) {
for (auto it = future_validator_groups_.begin(); it != future_validator_groups_.end();) {
if (get_future_validator_group(it->first.first, it->first.second).is_ok()) {
++it;
} else {