Skip to content

Commit

Permalink
rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Dec 12, 2024
1 parent f3080d6 commit cac09f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ain-ocean/src/api/prices.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@ async fn get_feed_with_interval(
let height = u32::from_be_bytes(id.3);

let price = OraclePriceAggregatedIntervalResponse {
id: format!("{}-{}-{:?}-{}", id.0, id.1, id.2, height),
key: format!("{}-{}-{:?}", id.0, id.1, id.2),
id: format!("{}-{}-{}-{}", id.0, id.1, id.2, height),
key: format!("{}-{}-{}", id.0, id.1, id.2),
sort: format!(
"{}{}",
hex::encode(item.block.median_time.to_be_bytes()),
Expand Down

0 comments on commit cac09f3

Please sign in to comment.