We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e5a2f commit 2d603f1Copy full SHA for 2d603f1
crypto/block/transaction.cpp
@@ -1195,7 +1195,7 @@ static td::optional<td::uint64> override_gas_limit(const ComputePhaseConfig& cfg
1195
accounts[parse_addr("EQCkoRp4OE-SFUoMEnYfL3vF43T3AzNfW8jyTC4yzk8cJqMS")] = {
1196
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
1197
accounts[parse_addr("EQBDanbCeUqI4_v-xrnAN0_I2wRvEIaLg1Qg2ZN5c6Zl1KOh")] = {
1198
- .new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
+ .new_limit = 225'000'000, .from_version = 9, .until = 1740787200};
1199
return accounts;
1200
}();
1201
auto it = accounts.find({account.workchain, account.addr});
0 commit comments