Skip to content

Commit

Permalink
Remove BaseTokenResponse::use_metric_prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 20, 2023
1 parent 3ce807a commit 7eba57f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/src/types/api/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ pub struct BaseTokenResponse {
#[serde(default, skip_serializing_if = "Option::is_none")]
pub subunit: Option<String>,
pub decimals: u32,
pub use_metric_prefix: bool,
}

/// Response of GET /api/core/v3/blocks/validators.
Expand Down

0 comments on commit 7eba57f

Please sign in to comment.