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

Merge branch 'testnet' into block-generation

This commit is contained in:
SpyCheese 2023-07-21 19:29:57 +03:00
commit 66b98b6d6a
2 changed files with 4 additions and 4 deletions

View file

@ -93,7 +93,8 @@ td::Status LastConfig::process_config_proof(ton::ton_api::object_ptr<ton::lite_a
}
TRY_RESULT(state, block::check_extract_state_proof(blkid, raw_config->state_proof_.as_slice(),
raw_config->config_proof_.as_slice()));
TRY_RESULT(config, block::ConfigInfo::extract_config(std::move(state), block::ConfigInfo::needPrevBlocks));
TRY_RESULT(config, block::ConfigInfo::extract_config(
std::move(state), block::ConfigInfo::needPrevBlocks | block::ConfigInfo::needCapabilities));
for (auto i : params_) {
VLOG(last_config) << "ConfigParam(" << i << ") = ";