Skip to content

Commit

Permalink
Lower gas for keyless TXNs by 3x in transaction.rs (#13397)
Browse files Browse the repository at this point in the history
  • Loading branch information
alinush committed May 23, 2024
1 parent c1cb7a0 commit 4b7486b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ crate::gas_schedule::macros::define_gas_parameters!(
[
keyless_base_cost: InternalGas,
{ RELEASE_V1_12.. => "keyless.base" },
414_000_000,
138_000_000,
]
]
);
Expand Down

0 comments on commit 4b7486b

Please sign in to comment.