Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonD3 committed Mar 17, 2021
1 parent 655a142 commit f15daa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/bin/zksync_api/src/api_server/rest/v1/tokens.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ mod tests {
let msg = if let Some(price) = prices.get(&token) {
Ok(price.clone())
} else {
// To provide compatibility with the `token_price_usd` hack.
Err(PriceError::token_not_found(format!(
"Token not found: {:?}",
token
Expand Down

0 comments on commit f15daa4

Please sign in to comment.