Skip to content

Commit

Permalink
Update core/bin/zksync_api/src/fee_ticker/validator/watcher.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Aleksanov <[email protected]>
  • Loading branch information
Deniallugo and popzxc committed Sep 2, 2022
1 parent 349e156 commit af17ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/bin/zksync_api/src/fee_ticker/validator/watcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub struct GraphqlTokenResponse {

#[derive(Serialize, Deserialize, Debug)]
pub struct TokenResponse {
/// Total liquidity in token it self
/// Total liquidity in token itself
#[serde(rename = "totalLiquidity")]
pub total_liquidity: String,
/// Price of token in eth
Expand Down

0 comments on commit af17ba7

Please sign in to comment.