mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Don't use user-provided fees for internal messages (#1050)
This commit is contained in:
parent
d46261c110
commit
c54f095c1b
4 changed files with 10 additions and 2 deletions
|
@ -168,6 +168,7 @@ struct ActionPhaseConfig {
|
|||
bool action_fine_enabled{false};
|
||||
bool bounce_on_fail_enabled{false};
|
||||
bool message_skip_enabled{false};
|
||||
bool disable_custom_fess{false};
|
||||
td::optional<td::Bits256> mc_blackhole_addr;
|
||||
const MsgPrices& fetch_msg_prices(bool is_masterchain) const {
|
||||
return is_masterchain ? fwd_mc : fwd_std;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue