Skip to content

Commit

Permalink
chore: remove superfluous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
encody committed Oct 14, 2024
1 parent 49a7ca1 commit 97a01bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/lib/external_price_api/src/cmc_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ impl CmcPriceApiClient {
if let Some(x) = self.cache_token_id_by_address.read().await.get(&address) {
return Ok(*x);
}
// drop read lock

let response = self.get("/v1/cryptocurrency/map").send().await?;
let status = response.status();
Expand Down

0 comments on commit 97a01bb

Please sign in to comment.