Skip to content

Commit 127df5c

Browse files
committed
Revert "Bumping up the max transaction execution gas limit for gov proposals"
This reverts commit e2359fd.
1 parent 9a6cc6f commit 127df5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aptos-move/aptos-gas-schedule/src/gas_schedule/transaction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ crate::gas_schedule::macros::define_gas_parameters!(
212212
[
213213
max_execution_gas_gov: InternalGas,
214214
{ RELEASE_V1_13.. => "max_execution_gas.gov" },
215-
4_300_000_000,
215+
4_000_000_000,
216216
],
217217
[
218218
max_io_gas: InternalGas,

0 commit comments

Comments
 (0)