Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Update frame/assets/src/lib.rs
Co-authored-by: Bastian Köcher <[email protected]>
  • Loading branch information
Szegoo and bkchr authored Feb 28, 2023
commit 2f3103e7d3fe7f96ed1db84c7752f36deac66c58
7 changes: 4 additions & 3 deletions frame/assets/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1514,9 +1514,10 @@ pub mod pallet {
Self::do_refund(id, ensure_signed(origin)?, allow_burn)
}

/// Sets the minimum balance of an asset. Only works if there aren't any
/// accounts that are holding the asset or if the new vlaue of new_balance
/// is less than the old one.
/// Sets the minimum balance of an asset.
///
/// Only works if there aren't any accounts that are holding the asset or if
/// the new value of `min_balance` is less than the old one.
///
/// Origin must be Signed and the sender has to be the Owner of the
/// asset `id`.
Expand Down