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

too big catchain workaround

This commit is contained in:
ton 2020-04-04 17:27:19 +04:00
parent d17186896b
commit b73b057e08
4 changed files with 40 additions and 0 deletions

View file

@ -1193,6 +1193,10 @@ td::Status ValidatorEngine::load_global_config() {
validator_options_.write().add_unsafe_resync_catchain(seq);
}
if (zero_state.file_hash.to_hex() == "5E994FCF4D425C0A6CE6A792594B7173205F740A39CD56F537DEFD28B48A0F6E") {
validator_options_.write().add_unsafe_catchain_rotate(3081761, 48452, 1);
}
std::vector<ton::BlockIdExt> h;
for (auto &x : conf.validator_->hardforks_) {
auto b = ton::create_block_id(x);