Skip to content

Commit 2d603f1

Browse files
committed
Adjust overridden gas limit
1 parent 77e5a2f commit 2d603f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/block/transaction.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ static td::optional<td::uint64> override_gas_limit(const ComputePhaseConfig& cfg
11951195
accounts[parse_addr("EQCkoRp4OE-SFUoMEnYfL3vF43T3AzNfW8jyTC4yzk8cJqMS")] = {
11961196
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
11971197
accounts[parse_addr("EQBDanbCeUqI4_v-xrnAN0_I2wRvEIaLg1Qg2ZN5c6Zl1KOh")] = {
1198-
.new_limit = 70'000'000, .from_version = 9, .until = 1740787200};
1198+
.new_limit = 225'000'000, .from_version = 9, .until = 1740787200};
11991199
return accounts;
12001200
}();
12011201
auto it = accounts.find({account.workchain, account.addr});

0 commit comments

Comments
 (0)