mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Rename actual_min_split and soft_mis_split to avoid confusion
This commit is contained in:
parent
b8f347231f
commit
3265e397f2
8 changed files with 13 additions and 13 deletions
|
@ -33,7 +33,7 @@ struct ValidatorManagerOptionsImpl : public ValidatorManagerOptions {
|
|||
return init_block_id_;
|
||||
}
|
||||
bool need_monitor(ShardIdFull shard, const td::Ref<MasterchainState>& state) const override {
|
||||
td::uint32 min_split = state->min_split_depth(shard.workchain);
|
||||
td::uint32 min_split = state->monitor_min_split_depth(shard.workchain);
|
||||
return check_shard_((td::uint32)shard.pfx_len() <= min_split ? shard : shard_prefix(shard, min_split));
|
||||
}
|
||||
bool allow_blockchain_init() const override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue