mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
validator: multiple bugfixes
This commit is contained in:
parent
7efb345e3d
commit
dfc040cb00
17 changed files with 255 additions and 65 deletions
|
@ -1777,6 +1777,9 @@ void ValidatorManagerImpl::update_shards() {
|
|||
}
|
||||
for (auto &shard : future_shards) {
|
||||
auto val_set = last_masterchain_state_->get_next_validator_set(shard);
|
||||
if (val_set.is_null()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
auto validator_id = get_validator(shard, val_set);
|
||||
if (!validator_id.is_zero()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue