remove accidental todos

This commit is contained in:
Bryan Stitt 2023-08-08 15:52:11 -07:00
parent c7bf7173cf
commit a844c5f624

View File

@ -256,12 +256,6 @@ impl CacheMode {
}
match method {
"debug_traceBlockByHash" => {
todo!();
}
"debug_traceTransaction" => {
todo!();
}
"eth_gasPrice" => Ok(CacheMode::Cache {
block: head_block.into(),
cache_errors: false,