Remove api/fee-estimates REST API

This commit is contained in:
junderw 2026-02-14 12:25:39 +09:00
parent 6a16d457b4
commit 01fd17358c
No known key found for this signature in database
GPG Key ID: B256185D3A971908

View File

@ -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