Skip to content

Commit

Permalink
fix account comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olaszakos committed Nov 26, 2024
1 parent d118b3d commit c6bde2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/station/impl/src/models/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ pub type AccountSeed = UUID;

/// Represents a account in the system.
///
/// A account can be associated with one or more users and can only hold one type of asset,
/// which is defined by the blockchain, standard and symbol.
/// A account can be associated with one or more users and can hold multiple types of assets. An account
/// can have multiple addresses, one of each address format that the assets support.
#[storable(skip_deserialize = true)]
#[derive(Clone, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
pub struct Account {
Expand Down

0 comments on commit c6bde2f

Please sign in to comment.