Skip to content

Commit

Permalink
chore: rm allowance from oog error (#12686)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Nov 19, 2024
1 parent aa34a27 commit 02a90e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc-eth-types/src/error/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ pub enum RpcInvalidTransactionError {
SenderNoEOA,
/// Gas limit was exceeded during execution.
/// Contains the gas limit.
#[error("out of gas: gas required exceeds allowance: {0}")]
#[error("out of gas: gas required exceeds: {0}")]
BasicOutOfGas(u64),
/// Gas limit was exceeded during memory expansion.
/// Contains the gas limit.
Expand Down

0 comments on commit 02a90e1

Please sign in to comment.