chore: rm allowance from oog error (#12686)

This commit is contained in:
Matthias Seitz
2024-11-19 21:46:28 +01:00
committed by GitHub
parent aa34a2795b
commit 02a90e1c0b

View File

@ -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.