Skip to content

Commit

Permalink
fix(rpc): correct Other error msg (paradigmxyz#7845)
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg authored Apr 24, 2024
1 parent 66c6cbc commit ddc5ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rpc/rpc/src/eth/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pub enum EthApiError {
#[error(transparent)]
MuxTracerError(#[from] MuxError),
/// Any other error
#[error("0")]
#[error("{0}")]
Other(Box<dyn ToRpcError>),
}

Expand Down

0 comments on commit ddc5ed3

Please sign in to comment.