diff --git a/src/rest.rs b/src/rest.rs index 93f18af..48bdb90 100644 --- a/src/rest.rs +++ b/src/rest.rs @@ -1771,10 +1771,6 @@ fn handle_request( json_response(recent, TTL_MEMPOOL_RECENT) } - (&Method::GET, Some(&"fee-estimates"), None, None, None, None) => { - json_response(query.estimate_fee_map(), TTL_SHORT) - } - #[cfg(feature = "liquid")] (&Method::GET, Some(&"assets"), Some(&"registry"), None, None, None) => { let start_index: usize = query_params