mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: replace todo with error (#3078)
This commit is contained in:
@ -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()))
|
||||
|
||||
Reference in New Issue
Block a user