mirror of
https://github.com/ton-blockchain/ton
synced 2025-02-12 19:22:37 +00:00
Adjust overridden gas limit
This commit is contained in:
parent
77e5a2f4a2
commit
2d603f1f47
1 changed files with 1 additions and 1 deletions
|
@ -1195,7 +1195,7 @@ static td::optional<td::uint64> override_gas_limit(const ComputePhaseConfig& cfg
|
||||||
accounts[parse_addr("EQCkoRp4OE-SFUoMEnYfL3vF43T3AzNfW8jyTC4yzk8cJqMS")] = {
|
accounts[parse_addr("EQCkoRp4OE-SFUoMEnYfL3vF43T3AzNfW8jyTC4yzk8cJqMS")] = {
|
||||||
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
|
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
|
||||||
accounts[parse_addr("EQBDanbCeUqI4_v-xrnAN0_I2wRvEIaLg1Qg2ZN5c6Zl1KOh")] = {
|
accounts[parse_addr("EQBDanbCeUqI4_v-xrnAN0_I2wRvEIaLg1Qg2ZN5c6Zl1KOh")] = {
|
||||||
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
|
.new_limit = 225'000'000, .from_version = 9, .until = 1740787200};
|
||||||
return accounts;
|
return accounts;
|
||||||
}();
|
}();
|
||||||
auto it = accounts.find({account.workchain, account.addr});
|
auto it = accounts.find({account.workchain, account.addr});
|
||||||
|
|
Loading…
Reference in a new issue