mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix setting due_payment in storage phase (#957)
Co-authored-by: SpyCheese <mikle98@yandex.ru>
This commit is contained in:
parent
cc4244f5a4
commit
b8111d8b5b
4 changed files with 7 additions and 1 deletions
|
@ -947,6 +947,7 @@ bool ValidateQuery::fetch_config_params() {
|
|||
compute_phase_cfg_.mc_gas_prices = mc_gas_prices.move_as_ok();
|
||||
compute_phase_cfg_.special_gas_full = config_->get_global_version() >= 5;
|
||||
storage_phase_cfg_.enable_due_payment = config_->get_global_version() >= 4;
|
||||
storage_phase_cfg_.global_version = config_->get_global_version();
|
||||
compute_phase_cfg_.block_rand_seed = rand_seed_;
|
||||
compute_phase_cfg_.libraries = std::make_unique<vm::Dictionary>(config_->get_libraries_root(), 256);
|
||||
compute_phase_cfg_.max_vm_data_depth = size_limits.max_vm_data_depth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue