diff --git a/crates/rpc/rpc/src/debug.rs b/crates/rpc/rpc/src/debug.rs index bc426518f2..1e41b6c5e6 100644 --- a/crates/rpc/rpc/src/debug.rs +++ b/crates/rpc/rpc/src/debug.rs @@ -529,7 +529,7 @@ fn trace_transaction( return Ok((frame.into(), res.state)) } GethDebugBuiltInTracerType::PreStateTracer => { - todo!() + Err(EthApiError::Unsupported("prestate tracer is unimplemented yet.")) } GethDebugBuiltInTracerType::NoopTracer => { Ok((NoopFrame::default().into(), Default::default()))