Merge pull request #140 from mempool/junderw/remove-fee-estimate-api

Remove api/fee-estimates REST API
This commit is contained in:
mononaut 2026-02-19 13:29:02 +09:00 committed by GitHub
commit 043dcbae3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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