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:
parent
d4da0ace74
commit
70322f58c1
17 changed files with 140 additions and 30 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue