Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Docs
  • Loading branch information
gavofyork committed Apr 11, 2023
commit bc191f93e0f0298fcc18e238e01254b51a0807cf
6 changes: 3 additions & 3 deletions frame/balances/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ pub struct AccountData<Balance> {
/// This is the sum of all individual holds together with any sums still under the (deprecated)
/// reserves API.
pub reserved: Balance,
/// The amount that `free` may not drop below when reducing the balance, except for actions
/// where the account owner cannot reasonably benefit from thr balance reduction, such as
/// slashing.
/// The amount that `free + reserved` may not drop below when reducing the balance, except for
/// actions where the account owner cannot reasonably benefit from thr balance reduction, such
/// as slashing.
pub frozen: Balance,
/// Extra information about this account. The MSB is a flag indicating whether the new ref-
/// counting logic is in place for this account.
Expand Down