Skip to content

Commit 043dcba

Browse files
authored
Merge pull request #140 from mempool/junderw/remove-fee-estimate-api
Remove api/fee-estimates REST API
2 parents 6a16d45 + 01fd173 commit 043dcba

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/rest.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,10 +1771,6 @@ fn handle_request(
17711771
json_response(recent, TTL_MEMPOOL_RECENT)
17721772
}
17731773

1774-
(&Method::GET, Some(&"fee-estimates"), None, None, None, None) => {
1775-
json_response(query.estimate_fee_map(), TTL_SHORT)
1776-
}
1777-
17781774
#[cfg(feature = "liquid")]
17791775
(&Method::GET, Some(&"assets"), Some(&"registry"), None, None, None) => {
17801776
let start_index: usize = query_params

0 commit comments

Comments
 (0)