mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-13 03:32:22 +00:00
Schedule transition to Feb 1
This commit is contained in:
parent
fe3bfd1053
commit
f60694e67f
1 changed files with 1 additions and 1 deletions
|
@ -1692,7 +1692,7 @@ void ValidatorManagerImpl::update_shards() {
|
||||||
auto exp_vec = last_masterchain_state_->get_shards();
|
auto exp_vec = last_masterchain_state_->get_shards();
|
||||||
auto config = last_masterchain_state_->get_consensus_config();
|
auto config = last_masterchain_state_->get_consensus_config();
|
||||||
validatorsession::ValidatorSessionOptions opts{config};
|
validatorsession::ValidatorSessionOptions opts{config};
|
||||||
uint threshold = 9500000;
|
uint threshold = 9407194;
|
||||||
bool force_group_id_upgrade = last_masterchain_seqno_ == threshold;
|
bool force_group_id_upgrade = last_masterchain_seqno_ == threshold;
|
||||||
auto legacy_opts_hash = opts.get_hash();
|
auto legacy_opts_hash = opts.get_hash();
|
||||||
if(last_masterchain_seqno_ >= threshold) { //TODO move to get_consensus_config()
|
if(last_masterchain_seqno_ >= threshold) { //TODO move to get_consensus_config()
|
||||||
|
|
Loading…
Reference in a new issue