mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm allowance from oog error (#12686)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user