mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(rpc): correct Other error msg (#7845)
This commit is contained in:
@ -115,7 +115,7 @@ pub enum EthApiError {
|
||||
#[error(transparent)]
|
||||
MuxTracerError(#[from] MuxError),
|
||||
/// Any other error
|
||||
#[error("0")]
|
||||
#[error("{0}")]
|
||||
Other(Box<dyn ToRpcError>),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user