mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Support extra currencies in reserve action with +2 flag (#1429)
* Support extra currencies in reserve action with +2 flag * Enable new reserve behavior in version 9
This commit is contained in:
parent
f6fa986b33
commit
62838571eb
6 changed files with 48 additions and 10 deletions
|
@ -1002,6 +1002,7 @@ bool ValidateQuery::fetch_config_params() {
|
|||
action_phase_cfg_.bounce_on_fail_enabled = config_->get_global_version() >= 4;
|
||||
action_phase_cfg_.message_skip_enabled = config_->get_global_version() >= 8;
|
||||
action_phase_cfg_.disable_custom_fess = config_->get_global_version() >= 8;
|
||||
action_phase_cfg_.reserve_extra_enabled = config_->get_global_version() >= 9;
|
||||
action_phase_cfg_.mc_blackhole_addr = config_->get_burning_config().blackhole_addr;
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue