mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(rpc-eth-types): incorrect error msg(; -> :) (#11503)
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
@ -365,7 +365,7 @@ pub enum RpcInvalidTransactionError {
|
||||
PrecompileOutOfGas(u64),
|
||||
/// An operand to an opcode was invalid or out of range.
|
||||
/// Contains the gas limit.
|
||||
#[error("out of gas: invalid operand to an opcode; {0}")]
|
||||
#[error("out of gas: invalid operand to an opcode: {0}")]
|
||||
InvalidOperandOutOfGas(u64),
|
||||
/// Thrown if executing a transaction failed during estimate/call
|
||||
#[error(transparent)]
|
||||
|
||||
Reference in New Issue
Block a user