Skip to content

Commit

Permalink
Improve CurrencyClass docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Malte Kliemann <[email protected]>
  • Loading branch information
sea212 and maltekliemann committed Jan 12, 2024
1 parent a295a71 commit 64058ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions primitives/src/assets/currencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

use super::*;

/// The `CurrencyClass` enum represents all non-ztg CurrencyClass
// used in orml-tokens
/// The `CurrencyClass` enum represents all non-ztg currencies.
#[cfg_attr(feature = "std", derive(serde::Deserialize, serde::Serialize))]
#[cfg_attr(feature = "std", serde(rename_all = "camelCase"))]
#[derive(Clone, Copy, Debug, Decode, Eq, Encode, MaxEncodedLen, PartialEq, TypeInfo)]
Expand Down

0 comments on commit 64058ba

Please sign in to comment.