mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-23 22:28:13 -05: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